Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 @c -*- coding: utf-8; mode: texinfo; -*- | 1 @c -*- coding: utf-8; mode: texinfo; -*- |
2 @ignore | 2 @ignore |
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH | 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH |
4 | 4 |
5 When revising a translation, copy the HEAD committish of the | 5 When revising a translation, copy the HEAD committish of the |
6 version that you are working on. For details, see the Contributors' | 6 version that you are working on. For details, see the Contributors' |
7 Guide, node Updating translation committishes.. | 7 Guide, node Updating translation committishes.. |
8 @end ignore | 8 @end ignore |
9 | 9 |
10 @c \version "2.14.0" | 10 @c \version "2.14.0" |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
200 @cindex collisions, cross-staff voices | 200 @cindex collisions, cross-staff voices |
201 | 201 |
202 Overlapping notation can result when voices cross staves: | 202 Overlapping notation can result when voices cross staves: |
203 | 203 |
204 @lilypond[verbatim,quote] | 204 @lilypond[verbatim,quote] |
205 \new PianoStaff << | 205 \new PianoStaff << |
206 \new Staff = "up" { | 206 \new Staff = "up" { |
207 \voiceOne | 207 \voiceOne |
208 % Make space for fingering in the cross-staff voice | 208 % Make space for fingering in the cross-staff voice |
209 \once\override DynamicLineSpanner #'staff-padding = #3.4 | 209 \once\override DynamicLineSpanner #'staff-padding = #3.4 |
210 e''2\p\< d''\> | c''1\! | 210 e''2\p\< d''\> |
dak
2012/05/13 19:06:43
I am not particularly happy about "defusing" the d
Keith
2012/05/14 06:55:08
This example is rather dense. Any other way of de
| |
211 c''1\! | |
211 } | 212 } |
212 \new Staff = "down" << | 213 \new Staff = "down" << |
213 { | 214 { |
214 \clef bass | 215 \clef bass |
215 s4. e,8\rest g,2\rest | c1 | 216 s4. e,8\rest g,2\rest |
217 c1 | |
216 } \\ { | 218 } \\ { |
217 c8\( g c' | 219 c8\( g c' |
218 \change Staff = "up" | 220 \change Staff = "up" |
219 e' g' b'-3 a' g'\) | f'1 | 221 e' g' b'-3 a' g'\) |
222 f'1 | |
220 } | 223 } |
221 >> | 224 >> |
222 >> | 225 >> |
223 @end lilypond | 226 @end lilypond |
224 | 227 |
225 The stem and slur overlap the intervening line of dynamics | 228 The stem and slur overlap the intervening line of dynamics |
226 because automatic collision resolution is suspended for beams, slurs | 229 because automatic collision resolution is suspended for beams, slurs |
227 and other spanners that connect notes on different staves, | 230 and other spanners that connect notes on different staves, |
228 as well as for stems and articulations if their placement is | 231 as well as for stems and articulations if their placement is |
229 affected by a cross-staff spanner. | 232 affected by a cross-staff spanner. |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
676 The @code{\harp-pedal} command accepts a string of characters, where | 679 The @code{\harp-pedal} command accepts a string of characters, where |
677 @code{^} is the highest pedal position (flattened pitch), @code{-} is | 680 @code{^} is the highest pedal position (flattened pitch), @code{-} is |
678 the middle pedal position (natural pitch), @code{v} is the lowest pedal | 681 the middle pedal position (natural pitch), @code{v} is the lowest pedal |
679 position (sharpened pitch), and @code{|} is the divider. A prefixed | 682 position (sharpened pitch), and @code{|} is the divider. A prefixed |
680 @code{o} will circle the following pedal symbol. | 683 @code{o} will circle the following pedal symbol. |
681 | 684 |
682 @seealso | 685 @seealso |
683 Notation Reference: | 686 Notation Reference: |
684 @ref{Text scripts}, | 687 @ref{Text scripts}, |
685 @ref{Instrument Specific Markup}. | 688 @ref{Instrument Specific Markup}. |
LEFT | RIGHT |