Share article
 Email |  Facebook |  Twitter |  LinkedIn |  Mendeley |  ResearchGate

Lyrics and such edit

Source code
 <score sound = "1">                                                                         
 {\language "english" \new PianoStaff 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \transpose c c                                           % \transpose c c is default
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 << \new Staff\relative c'{\set Staff.midiInstrument= #"lead 2" \clef treble  
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%% Other instruments: #"reed organ" | #"reed organ" | #"lead 2"                                         
 %                                               
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \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
 \fermata
 \bar "|."
 } \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
           } 
             }>>}</score>

C major edit

 

G major edit

 

F major edit