]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index f5cafed39e182a02fd243b8c87349f31b6339c4a..e6913eb427ec642edea4ef45957ce7bdb0b541fd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.3.22"
 \header { texidoc = "@cindex Instrument Name Grandstaff
 You can have a name for the whole @code{GrandStaff} in addition to 
 individual @code{Staff}s. " }
@@ -12,7 +12,7 @@ individual @code{Staff}s. " }
     \context Staff = bass { \set Staff.instrument = " vn II" c''4 }>>
 
 
-\paper {
+\layout {
 raggedright = ##t
 \context { \GrandStaff \consists "Instrument_name_engraver" }
 }}