]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / instrument-name.ly
index 6f0f6f0bc30718fd9c0e3fc261711eeeb0392fe6..5d834d1697533677e33b933eafd88327bc4cc11a 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.7.6"
+\version "2.3.16"
 \header{
 texidoc="
 Staff margins are also markings attached to barlines.  They should be
-left of the staff, and be centered vertically wrt the staff.  They may
-be on normal staves, but also on compound staves, like the PianoStaff
+left of the staff, and be centered vertically with respect to the staff.  
+They may be on normal staves, but also on compound staves, like the 
+PianoStaff.
 "
 }
 
@@ -12,14 +13,14 @@ be on normal staves, but also on compound staves, like the PianoStaff
 
 \score {
 
-  \notes \context PianoStaff <
+   \context PianoStaff <<
     \context Staff = treble    {
-      \property PianoStaff.instrument = "Piano "
-      \property Staff.instrument = "Right " { c''4 }}
-    \context Staff = bass { \property Staff.instrument = "Left " \clef bass c4 }>
+      \set PianoStaff.instrument = "Piano "
+      \set Staff.instrument = "Right " { c''4 }}
+    \context Staff = bass { \set Staff.instrument = "Left " \clef bass c4 }>>
 
 \paper {
-linewidth=-1.0
+raggedright = ##t
 }}
 
-%% new-chords-done %%
+