]> git.donarmstrong.com Git - lilypond.git/commitdiff
Some documentation updates for the new PianoStaff stuff.
authorJoe Neeman <joeneeman@gmail.com>
Wed, 31 Jan 2007 11:04:49 +0000 (13:04 +0200)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 31 Jan 2007 11:04:49 +0000 (13:04 +0200)
Documentation/user/instrument-notation.itely
input/les-nereides.ly

index abff76eef1014176f56582b988a3ec7f7db529a9..117e1199ff5a7f92971cbb0be29e8c1b096cf790 100644 (file)
@@ -57,11 +57,6 @@ Dynamics are not centered, but workarounds do exist.  See the
 @cindex stem, cross staff
 @cindex distance between staves in piano music
 
-The distance between the two staves is the same for all systems in the
-score.  It is possible to override this per system, but it does require
-an arcane command incantation.  See
-@inputfileref{input/@/test,piano@/-staff@/-distance@/.ly}.
-
 
 @node Automatic staff changes
 @subsection Automatic staff changes
@@ -274,7 +269,10 @@ of the stem in the lower staff, so it reaches the stem in the upper
 staff, or vice versa.
 
 @lilypond[ragged-right,verbatim,quote]
-stemExtend = \once \override Stem #'length = #22
+stemExtend = {
+  \once \override Stem #'length = #10
+  \once \override Stem #'cross-staff = ##t
+}
 noFlag = \once \override Stem #'flag-style = #'no-flag
 \new PianoStaff <<
   \new Staff {
index c39e7f37b526d4bc22062a512fc7ef1c40eab1ee..a7bab52f5a720a124069f567a75ba6181c4ba2e0 100644 (file)
@@ -36,7 +36,7 @@ treble = \new Voice \relative c''{
 
     \change Staff=bass
 
-    \once\override TextScript  #'extra-offset = #'(-3 . -4) %tweak
+%    \once\override TextScript  #'extra-offset = #'(-3 . -4) %tweak
     
     cis,16^2(^\markup {\small \italic "m.d." }\sustainUp
     <fis fis,>8 <e! e,!>
@@ -50,7 +50,7 @@ treble = \new Voice \relative c''{
 
     #(set-octavation 1)
 
-    \once\override TextScript  #'extra-offset = #'(-3 . -2) %tweak
+%    \once\override TextScript  #'extra-offset = #'(-3 . -2) %tweak
            
     \tieUp
     cis''''4^\markup { \small \italic "m.g." }\arpeggio~
@@ -219,7 +219,7 @@ middleDynamics = {
        s8
        s16 s s
        s32 s
-       \once\override Dynamics.Hairpin  #'extra-offset = #'(0 . 2) %tweak
+       %\once\override Dynamics.Hairpin  #'extra-offset = #'(0 . 2) %tweak
        s\> s
        s32 s s s\!
     
@@ -229,7 +229,7 @@ middleDynamics = {
     \emptyText
     | %5
     s2-"a tempo" s8
-    \once\override Dynamics.Hairpin  #'extra-offset = #'(1 . 0) %tweak
+    %\once\override Dynamics.Hairpin  #'extra-offset = #'(1 . 0) %tweak
     s \> s s
     | %6 
     s8\!
@@ -280,7 +280,6 @@ theScore = \score{
        \context {
            \PianoStaff
            \accepts Dynamics
-           \override VerticalAlignment #'forced-distance = #7
         }
     }
 }