]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-oct.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / clef-oct.ly
index cfa9c9bd8f5bae50cf0f75d2c843612ed4ff437d..2c87d885aae15d2ee2bbff9e4e28ff4e2f02b1da 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36" \header {
+\version "2.3.22" \header {
 
     texidoc = "Octavation signs may be added to clefs.  These
 octavation signs may be placed below or above (meaning an octave
@@ -7,7 +7,7 @@ higher or lower), and can take any value, including 15 for two octaves."
 
 }
 
-\score { \notes
+\score { 
 
        \relative c'' {
 
@@ -26,5 +26,5 @@ higher or lower), and can take any value, including 15 for two octaves."
            \clef "G^9"
            c4 
 }
-        \paper { raggedright = ##t  }
+        \layout { raggedright = ##t  }
             }