]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc small updates from bugs and mailist.
authorGraham Percival <graham@percival-music.ca>
Wed, 5 Sep 2007 09:46:24 +0000 (02:46 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 5 Sep 2007 09:46:24 +0000 (02:46 -0700)
Documentation/user/advanced-notation.itely
Documentation/user/basic-notation.itely
Documentation/user/instrument-notation.itely
Documentation/user/spacing.itely

index e75019c35dcb2b05126ed31c28193f626e2ebba8..61729918cbb22690ef033a7db5e5b5c5e9fc10b1 100644 (file)
@@ -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
index 73faf518bd30d007bb528f29ef78d3cef85b4220..ea39cc21d9a72d483491f7f771e7e228166f6659 100644 (file)
@@ -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
index 2e80f28d55f00ad8dcb0ed5b16ee430c56d2bd04..24bb4b73d80f1239a54b9b191599b4f71ed60aed 100644 (file)
@@ -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
index f7382e571ab8fa95df9db1558384c009636f0e69..4fb67ec99138e7e1e4b4533ccd36a568d55a49c4 100644 (file)
@@ -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