From 41f7c759bd648f347a08fb0b4a82f5248d3c7ef4 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 28 May 2013 11:07:33 +0200 Subject: [PATCH] Doc: Minor fixes. --- Documentation/notation/chords.itely | 8 ++++---- Documentation/notation/staff.itely | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 6660a201f2..593e04a05a 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -1077,13 +1077,13 @@ figures is adjusted automatically. @lilypond[verbatim,ragged-right,quote] << - \new Staff = myStaff + \new Staff = "myStaff" \figuremode { <4>4 <10 6>8 s8 <6 4>4 <6 4> } %% Put notes on same Staff as figures - \context Staff = myStaff + \context Staff = "myStaff" { \clef bass c4 c'8 r8 c4 c' @@ -1097,14 +1097,14 @@ or below the staff. @lilypond[verbatim,ragged-right,quote] << - \new Staff = myStaff + \new Staff = "myStaff" \figuremode { <4>4 <10 6>8 s8 \bassFigureStaffAlignmentDown <6 4>4 <6 4> } %% Put notes on same Staff as figures - \context Staff = myStaff + \context Staff = "myStaff" { \clef bass c4 c'8 r8 c4 c' diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index 235e94049c..55272a6121 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -432,10 +432,10 @@ f'4 d \startStaff g, e @endpredefined The lines of a staff belong to the @code{StaffSymbol} grob (including -ledger lines) can be modified using @code{StaffSymbol} properties, but +ledger lines) and can be modified using @code{StaffSymbol} properties, but these modifications must be made before the staff is (re)started. -The number of staff lines can be altered, +The number of staff lines can be altered: @lilypond[verbatim,quote,relative=2] f4 d \stopStaff @@ -448,7 +448,7 @@ f'4 d \stopStaff @end lilypond The position of each staff line can also be altered. A list of -numbers sets each line's position. @code{0} corresponds to the normal +numbers sets each line's position. @code{0}@tie{}corresponds to the normal center line, and the normal line positions are @code{(-4@tie{}-2@tie{}0@tie{}2@tie{}4)}. A single staff line is printed for every value entered so that the number of staff lines, as @@ -519,8 +519,8 @@ ledger lines when the explicit @code{ledger-position} is and is not set. The @code{\stopStaff} is needed in the example to revert the @code{\override} for the whole @code{StaffSymbol}. -@lilypond[fragment,quote,relative=1] -\override Staff.StaffSymbol.line-positions = #'(-8 0 2 4) +@lilypond[verbatim,quote,relative=1] +\override Staff.StaffSymbol.line-positions = #'(-8 0 2 4) d4 e f g \stopStaff \startStaff @@ -600,7 +600,7 @@ to align the ossia staff. This method is most appropriate when only a few ossia staves are needed. @lilypond[verbatim,quote] -\new Staff = main \relative c'' { +\new Staff = "main" \relative c'' { c4 b d c << { c4 b d c } @@ -629,7 +629,7 @@ example. @lilypond[verbatim,quote,ragged-right] << - \new Staff = ossia \with { + \new Staff = "ossia" \with { \remove "Time_signature_engraver" \override Clef.transparent = ##t fontSize = #-3 @@ -642,7 +642,7 @@ example. c4 b c2 << { e4 f e2 } - \context Staff = ossia { + \context Staff = "ossia" { \startStaff e4 g8 f e2 \stopStaff } >> @@ -650,7 +650,7 @@ example. c4 b c2 << { g4 a g2 } - \context Staff = ossia { + \context Staff = "ossia" { \startStaff g4 e8 f g2 \stopStaff } >> @@ -668,7 +668,7 @@ break. For more information about @lilypond[verbatim,quote,ragged-right] << - \new Staff = ossia \with { + \new Staff = "ossia" \with { \remove "Time_signature_engraver" \override Clef.transparent = ##t fontSize = #-3 -- 2.39.2