]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/tutorial/menuet.ly
release: 1.3.146
[lilypond.git] / input / tutorial / menuet.ly
index a1bb68f7f38d69ee7fcf0892cda406d353ebb548..6fba5af310a06aac942b9cb45d6f09da604a187d 100644 (file)
@@ -2,16 +2,16 @@
 % lines preceded by a percent sign are comments.
 \include "paper16.ly"
 \score {
-    \notes                     
+    \notes
     \relative c''
-        \sequential {          
-           \key g \major;
-           \time 3/4;          
+        \sequential {
+           \key g \major
+           \time 3/4    
 
        \repeat "volta" 2 \sequential {
            d4 g,8 a b c d4 g, g |
            e'4 c8 d e fis g4 g, g |
-           c4 d8()c b a( )b4 c8 b a g |
+           c4 d8( )c b a( )b4 c8 b a g |
            a4 [b8 a] [g fis] g2.  |
        }
 
@@ -22,9 +22,9 @@
         g4 fis e |
         fis a,  r8 cis8
         d2.-\fermata
-        \bar "|.";
+        \bar "|."
     }
     \paper {
-       linewidth = 10.0 \cm; % standard settings are too wide for a book
+       linewidth = 10.0 \cm % standard settings are too wide for a book
    }
 }