Sing free/Sandbox

From Wikiversity
Jump to navigation Jump to search

Edit this[edit | edit source]

                                                                         
{\language "english" \new PianoStaff 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\transpose c c                                           % \transpose c c is default
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<< \new Staff\relative c'{\set Staff.midiInstrument= #"lead 2" \clef treble 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Staff.midiInstrument= #"reed organ" %%% OR  %%%  Staff.midiInstrument= #"lead 2"
\tempo 4 = 90                                            %                                               
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\time 4/4
% Notes
c4 c4 g' g  %1
a a g2      %2   
f4 f e e     %3
d d  c2      %4
g'4 g f f    %5
e e d2      %6
g4 g f f    %7
e e d2      %8
c4 c4 g' g  %9
a a g2     %10
f4 f e e   %11
d d c2     %12

} \addlyrics{Twin -- kle twin -- kle lit -- tle star, How I won -- der what you are. 
Up a -- bove the world so high. Like a dia -- mond in the sky.
Twin -- kle twin -- kle lit -- tle star, How I won -- der what you are.}

\new ChordNames  {\chordmode {\clef bass % Chords
c,2 c,  %1
f, c,   %2
f, c,   %3
g, c,   %4
c, f,   %5
c, g,   %6
c, f,   %7
c, g,   %8
c, c,   %9
f, c,  %10
f, c,  %11
g, c,  %12
           } 
             }>>}

BACKUP copy dont edit[edit | edit source]

Extended content
                                                                         
{\language "english" \new PianoStaff 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\transpose c c                                           % \transpose c c is default
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<< \new Staff\relative c'{\set Staff.midiInstrument= #"lead 2" \clef treble 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Staff.midiInstrument= #"reed organ" %%% OR  %%%  Staff.midiInstrument= #"lead 2"
\tempo 4 = 90                                            %                                               
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\time 4/4
% Notes
c4 c4 g' g  %1
a a g2      %2   
f4 f e e     %3
d d  c2      %4
g'4 g f f    %5
e e d2      %6
g4 g f f    %7
e e d2      %8
c4 c4 g' g  %9
a a g2     %10
f4 f e e   %11
d d c2     %12

} \addlyrics{Twin -- kle twin -- kle lit -- tle star, How I won -- der what you are. 
Up a -- bove the world so high. Like a dia -- mond in the sky.
Twin -- kle twin -- kle lit -- tle star, How I won -- der what you are.}

\new ChordNames  {\chordmode {\clef bass % Chords
c,2 c,  %1
f, c,   %2
f, c,   %3
g, c,   %4
c, f,   %5
c, g,   %6
c, f,   %7
c, g,   %8
c, c,   %9
f, c,  %10
f, c,  %11
g, c,  %12
           } 
             }>>}