\version "2.10.12"
\header { texidoc = "
-The property @{chordNameExceptions@} can used to store a list of special notations for specific chords.
+The property @code{chordNameExceptions} can used to store a list of
+special notations for specific chords.
" }
% 7sus4 denoted with ^7 wahh
\version "2.10.12"
\header { texidoc = "
-The layout of the major 7 can be tuned with @{majorSevenSymbol@}
+The layout of the major 7 can be tuned with @code{majorSevenSymbol}
" }
\chords {
\version "2.10.12"
\header { texidoc = "
-l.v. ties should avoid dots and staff lines, similar to normal ties. They have fixed size. Their formatting can be tuned with
-@code{tie-configuration}
+l.v. ties should avoid dots and staff lines, similar to normal ties.
+They have fixed size. Their formatting can be tuned with
+ @{tie-configuration@}
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-Clusters are a device to denote that a complete range of notes is to be played.
+Clusters are a device to denote that a complete range of notes is to be
+played.
" }
\layout {
\version "2.10.12"
\header { texidoc = "
-Breathing signs are available in different tastes: commas (default), ticks, vees and `railroad tracks' (caesura).
+Breathing signs are available in different tastes: commas (default),
+ticks, vees and `railroad tracks' (caesura).
" }
{
\version "2.10.12"
\header { texidoc = "
-With the new chord syntax, it is possible to associate fingerings uniquely with notes. This makes it possible to add horizontal fingerings to notes.
+With the new chord syntax, it is possible to associate fingerings
+uniquely with notes. This makes it possible to add horizontal
+fingerings to notes.
" }
\layout { ragged-right= ##t }
\version "2.10.12"
\header { texidoc = "
-String numbers can be added to chords. They use the same positioning mechanism as finger instructions.
+String numbers can be added to chords. They use the same positioning
+mechanism as finger instructions.
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-Marks can be printed as numbers.
-By setting @{markFormatter@} we may choose a different style of mark printing. Also, marks can be specified manually, with a markup argument.
+Marks can be printed as numbers. By setting @{markFormatter@} we may
+choose a different style of mark printing. Also, marks can be specified
+manually, with a markup argument.
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-The @{\tag@} command marks music expressions with a name. These tagged expressions can be filtered out later. This mechanism can be used to make different versions of the same music. In this example, the top stave displays the music expression with all tags included. The bottom two staves are filtered: the part has cue notes and fingerings, but the score has not.
+The @{\tag@} command marks music expressions with a name. These tagged
+expressions can be filtered out later. This mechanism can be used to
+make different versions of the same music. In this example, the top
+stave displays the music expression with all tags included. The bottom
+two staves are filtered: the part has cue notes and fingerings, but the
+score has not.
" }
\layout {
\version "2.10.12"
\header { texidoc = "
-By setting @{voltaOnThisStaff@}, repeats can be put also over other staves than the topmost one in a score.
+By setting @{voltaOnThisStaff@}, repeats can be put also over other
+staves than the topmost one in a score.
" }
\layout {
\version "2.10.12"
\header { texidoc = "
-By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of alignments can be adjusted per system.
+By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of
+alignments can be adjusted per system.
-By setting @{alignment-extra-space@} or @{fixed-alignment-extra-space@} an individual system may be stretched vertically.
+By setting @{alignment-extra-space@} or @{fixed-alignment-extra-space@}
+an individual system may be stretched vertically.
-For technical reasons, @{overrideProperty@} has to be used for setting properties on individual object. @{override@} in a @{\context@} block may still be used for global overrides
+For technical reasons, @{overrideProperty@} has to be used for setting
+properties on individual object. @{override@} in a @{\context@} block
+may still be used for global overrides
" }
#(set-global-staff-size 13)
\header { texidoc = "
Page breaking details can be stored for later reference.
-(you should run this snippet on your own computer; we cannot compute the two-pass layout here)
+(you should run this snippet on your own computer; we cannot compute
+the two-pass layout here)
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of page layout can be adjusted.
+By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of
+page layout can be adjusted.
-For technical reasons, @{overrideProperty@} has to be used for setting properties on individual object. @{\override@} may still be used for global overrides.
+For technical reasons, @{overrideProperty@} has to be used for setting
+properties on individual object. @{\override@} may still be used for
+global overrides.
-By setting @{annotate-spacing@}, we can see the effect of each property.
+By setting @{annotate-spacing@}, we can see the effect of each
+property.
" }
#(set-global-staff-size 11)
\version "2.10.12"
\header { texidoc = "
-Proportional notation can be created by setting @{proportionalNotationDuration@}. Notes will be spaced proportional to the distance for the given duration.
+Proportional notation can be created by setting
+@{proportionalNotationDuration@}. Notes will be spaced proportional to
+the distance for the given duration.
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-With @{strict-note-spacing@} spacing for grace notes (even multiple ones), is floating as well.
+With @{strict-note-spacing@} spacing for grace notes (even multiple
+ones), is floating as well.
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-If @code{strict-note-spacing} is set, then spacing of notes is not influenced by bars and clefs half-way on the system. Rather, they are put just before the note that occurs at the same time. This may cause collisions.
+If @{strict-note-spacing@} is set, then spacing of notes is not
+influenced by bars and clefs half-way on the system. Rather, they are
+put just before the note that occurs at the same time. This may cause
+collisions.
" }
\paper {
\version "2.10.12"
\header { texidoc = "
-The vertical positions of staff lines may be specified individually, by setting the @{line-positions@} property of the StaffSymbol.
+The vertical positions of staff lines may be specified individually, by
+setting the @{line-positions@} property of the StaffSymbol.
" }
\new Staff \relative c' {
\version "2.10.12"
\header { texidoc = "
-The default font families for text can be overridden with @{make-pango-font-tree@}
+The default font families for text can be overridden with
+@{make-pango-font-tree@}
" }
\paper {
\header { texidoc = "
Ambituses indicate pitch ranges for voices.
-Accidentals only show up if they're not part of key signature. @{AmbitusNoteHead@} grobs also have ledger lines.
+Accidentals only show up if they're not part of key signature.
+@{AmbitusNoteHead@} grobs also have ledger lines.
" }
\layout {
\version "2.10.12"
\header { texidoc = "
-With the @{\lyricsto@} mechanism, individual lyric lines can be associated with one melody line. For each lyric line, they can be tuned whether to follow melismata or not.
+With the @{\lyricsto@} mechanism, individual lyric lines can be
+associated with one melody line. For each lyric line, they can be tuned
+whether to follow melismata or not.
" }
<<