X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fessay%2Fengraving.itely;h=dc11bbb4d161b2b74666f2aedb1f0940f5250202;hb=67ff565b4ada90eeb753a866b22ddb4eaa8c6234;hp=61795e1a73ad3d949d34542602f7cffc6807d834;hpb=9158bc17904d4dd930a1f776cfe3226f1ad84092;p=lilypond.git diff --git a/Documentation/essay/engraving.itely b/Documentation/essay/engraving.itely index 61795e1a73..dc11bbb4d1 100644 --- a/Documentation/essay/engraving.itely +++ b/Documentation/essay/engraving.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.4" +@c \version "2.13.39" @node Music engraving @chapter Music engraving @@ -461,8 +461,9 @@ global = { \key c \minor } -\new Score << - \new Staff \with { +\score { + << + \new Staff \with { fontSize = #-4 \override StaffSymbol #'staff-space = #(magstep -4) \override StaffSymbol #'thickness = #(magstep -3) @@ -474,18 +475,18 @@ global = { g8.(^> b16 c ees) g8-.^> r r R2. } - \new PianoStaff << - \set PianoStaff.instrumentName = #"Piano" - \new Staff \relative c' { - \global - s2. - s4. s8 r8 r16 - 4.^> 8 r r - } - \new Staff \relative c { - \global - \clef "bass" - << + \new PianoStaff << + \set PianoStaff.instrumentName = #"Piano" + \new Staff \relative c' { + \global + s2. + s4. s8 r8 r16 + 4.^> 8 r r + } + \new Staff \relative c { + \global + \clef "bass" + << { \once \override DynamicText #'X-offset = #-3 2.~->^\f @@ -494,12 +495,13 @@ global = { 2.~ 4.~ 8 } - >> - r8 r16 16 - 4.-> 8 r r - } + >> + r8 r16 16 + 4.-> 8 r r + } + >> >> ->> +} @end lilypond @end ignore @@ -788,10 +790,12 @@ partII = \relative c' { d4 r4 r8 d'16 c bes8 c16 d ees8 d c ees a, r r4 } + partIII = \relative c' { \voiceOne r2 r8 d ees g, fis4 g r8 a16 bes c8 bes16 a } + partIV = \relative c { \voiceTwo d4 r r2 @@ -826,7 +830,7 @@ partIV = \relative c { } \context { \PianoStaff - \override StaffGrouper #'between-staff-spacing #'padding = #1 + \override StaffGrouper #'staff-staff-spacing #'padding = #1 } } } @@ -846,16 +850,19 @@ lower voices exchange positions temporarily: @lilypond collide = \once \override NoteColumn #'force-hshift = #0 -\new Score << - \new Voice = "sample" \relative c''{ - \key g \minor - << - { \voiceOne g4 \collide g4 } - \new Voice { \voiceTwo bes \collide bes } - >> - } - \new Lyrics \lyricsto "sample" \lyricmode { "good " " bad" } ->> + +\score { + << + \new Voice = "sample" \relative c''{ + \key g \minor + << + { \voiceOne g4 \collide g4 } + \new Voice { \voiceTwo bes \collide bes } + >> + } + \new Lyrics \lyricsto "sample" \lyricmode { "good " " bad" } + >> +} @end lilypond @item Finale has placed all of the rests at fixed heights on the staff. @@ -1358,13 +1365,19 @@ graphical objects have all directions down (or left). The second chord has all directions up (right). @lilypond[quote,ragged-right] -\new Score \with { - \override SpacingSpanner #'spacing-increment = #3 - \override TimeSignature #'transparent = ##t -} \relative c' { - \stemDown 4_>-\arpeggio - \override Arpeggio #'direction = #RIGHT - \stemUp 4^>-\arpeggio +\score { + \relative c' { + \stemDown 4_>-\arpeggio + \override Arpeggio #'direction = #RIGHT + \stemUp 4^>-\arpeggio + } + \layout { + \context { + \Score + \override SpacingSpanner #'spacing-increment = #3 + \override TimeSignature #'transparent = ##t + } + } } @end lilypond @@ -1714,7 +1727,7 @@ partIV = \relative c { } \context { \PianoStaff - \override StaffGrouper #'between-staff-spacing #'padding = #1 + \override StaffGrouper #'staff-staff-spacing #'padding = #1 } } }