From d284b4f1b522bd48cb92ee8d13e8831950024159 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Wed, 31 Jan 2007 13:04:49 +0200 Subject: [PATCH] Some documentation updates for the new PianoStaff stuff. --- Documentation/user/instrument-notation.itely | 10 ++++------ input/les-nereides.ly | 9 ++++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index abff76eef1..117e1199ff 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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 { diff --git a/input/les-nereides.ly b/input/les-nereides.ly index c39e7f37b5..a7bab52f5a 100644 --- a/input/les-nereides.ly +++ b/input/les-nereides.ly @@ -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 8 @@ -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 } } } -- 2.39.2