From: Graham Percival Date: Wed, 5 Sep 2007 09:46:24 +0000 (-0700) Subject: Misc small updates from bugs and mailist. X-Git-Tag: release/2.11.33-1~6^2~4 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=d247bf2feb956f99cd26af0f7d15cf666fd96072;p=lilypond.git Misc small updates from bugs and mailist. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index e75019c35d..61729918cb 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -39,6 +39,22 @@ simply insert the characters directly into the lilypond file. The file must be saved as UTF-8. For more information, see @ref{Text encoding}. +@lilypond[fragment,ragged-right,staffsize=16,quote] +c'4^\markup { bla \bold bla } +@end lilypond + +@lilypond[fragment,ragged-right,staffsize=16,quote] +c'4^\markup { bla \bold bla } +@end lilypond + +@lilypond[fragment,ragged-right,staffsize=16,quote] +c'4^\markup { bla \bold bla } +@end lilypond + +@lilypond[fragment,ragged-right,staffsize=16,quote] +c'4^\markup { bla \bold bla } +@end lilypond + @menu * Text scripts:: * Text and line spanners:: @@ -75,6 +91,7 @@ To prevent text from influencing spacing, use @code{\emptyText}. More complex formatting may also be added to a note by using the markup command, + @lilypond[fragment,ragged-right,verbatim,quote] c'4^\markup { bla \bold bla } @end lilypond diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 73faf518bd..ea39cc21d9 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -3030,7 +3030,7 @@ I = \once \override NoteColumn #'ignore-collision = ##t @seealso -Program reference: @internalsref{lissando}. +Program reference: @internalsref{Glissando}. Example files: @lsr{expressive,glissando.ly}, @lsr{expressive,line-styles.ly} @@ -3318,8 +3318,6 @@ so after a repeat timing information must be reset by hand; for example, by setting @code{Score.measurePosition} or entering @code{\partial}. Similarly, slurs or ties are also not repeated. -Volta brackets are not vertically aligned. - @node Repeats and MIDI @subsection Repeats and MIDI diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 2e80f28d55..24bb4b73d8 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -2218,6 +2218,22 @@ Chords are not handled in a special way, and hence the automatic string selector may easily select the same string to two notes in a chord. +In order to handle @code{\partcombine}, a @code{TabStaff} must use +specially-created voices: + +@lilypond[quote,ragged-right,fragment,verbatim] +melodia = \partcombine { e4 g g g }{ e4 e e e } +<< + \new TabStaff << + \new TabVoice = "one" s1 + \new TabVoice = "two" s1 + \new TabVoice = "shared" s1 + \new TabVoice = "solo" s1 + { \melodia } + >> +>> +@end lilypond + @node Non-guitar tablatures @subsection Non-guitar tablatures diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index f7382e571a..4fb67ec991 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -490,6 +490,12 @@ staves. The sizes of individual staves are relative to the global size. This manual: @ref{Selecting notation font size}. +@refbugs + +@code{layout-set-staff-size} does not change the distance between the +staff lines. + + @node Score layout @subsection Score layout