]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
* lily/book.cc:
[lilypond.git] / input / regression / instrument-name.ly
index 09f773940b6525778e76d99c1e63f5370aca5d51..102ff1f26a91e71330192fbefbd9d6c3e5b9fd30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.4.0"
 \header{
 texidoc="
 Staff margins are also markings attached to barlines.  They should be
@@ -13,13 +13,13 @@ PianoStaff.
 
 \score {
 
-  \notes \context PianoStaff <<
-    \context Staff = treble    {
+   \context PianoStaff <<
+    \context Staff = "treble"    {
       \set PianoStaff.instrument = "Piano "
       \set Staff.instrument = "Right " { c''4 }}
-    \context Staff = bass { \set Staff.instrument = "Left " \clef bass c4 }>>
+    \context Staff = "bass" { \set Staff.instrument = "Left " \clef bass c4 }>>
 
-\paper {
+\layout {
 raggedright = ##t
 }}