From: Graham Percival Date: Thu, 8 Feb 2007 04:45:29 +0000 (-0800) Subject: Compile fixes. X-Git-Tag: release/2.11.17-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d00966597a77c7f37b67fbecf12150156b483a84;p=lilypond.git Compile fixes. --- diff --git a/input/lsr/GNUmakefile b/input/lsr/GNUmakefile index 8076405c3d..98b2924adc 100644 --- a/input/lsr/GNUmakefile +++ b/input/lsr/GNUmakefile @@ -1,6 +1,6 @@ depth = ../../ -SUBDIRS = ancient chords connecting contemporary +SUBDIRS = ancient chords connecting contemporary guitar parts repeats spacing staff text vocal STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc diff --git a/input/lsr/parts/Rehearsal-mark-numbers.ly b/input/lsr/parts/Rehearsal-mark-numbers.ly index b1deb7850e..74d2cfeede 100644 --- a/input/lsr/parts/Rehearsal-mark-numbers.ly +++ b/input/lsr/parts/Rehearsal-mark-numbers.ly @@ -2,7 +2,7 @@ \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. +By setting @{markFormatter@} we may choose a different style of mark printing. Also, marks can be specified manually, with a markup argument. " } \paper { ragged-right = ##t } diff --git a/input/lsr/parts/Tag-filter.ly b/input/lsr/parts/Tag-filter.ly index c3f438a01c..28491f5ccd 100644 --- a/input/lsr/parts/Tag-filter.ly +++ b/input/lsr/parts/Tag-filter.ly @@ -1,7 +1,7 @@ \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 { ragged-right= ##t } diff --git a/input/lsr/repeats/Volta-multi-staff.ly b/input/lsr/repeats/Volta-multi-staff.ly index 0a070e4497..3ad1ca9a27 100644 --- a/input/lsr/repeats/Volta-multi-staff.ly +++ b/input/lsr/repeats/Volta-multi-staff.ly @@ -1,7 +1,7 @@ \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 { ragged-right = ##t } diff --git a/input/lsr/spacing/Page-spacing.ly b/input/lsr/spacing/Page-spacing.ly index 59ddc8c3de..dc6a941c08 100644 --- a/input/lsr/spacing/Page-spacing.ly +++ b/input/lsr/spacing/Page-spacing.ly @@ -1,11 +1,11 @@ \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) diff --git a/input/lsr/spacing/Proportional-spacing.ly b/input/lsr/spacing/Proportional-spacing.ly index 4c8679dc2e..7b3c1b39aa 100644 --- a/input/lsr/spacing/Proportional-spacing.ly +++ b/input/lsr/spacing/Proportional-spacing.ly @@ -1,7 +1,7 @@ \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 { ragged-right = ##t } diff --git a/input/lsr/spacing/Proportional-strict-grace-notes.ly b/input/lsr/spacing/Proportional-strict-grace-notes.ly index 2e4817e7c7..a0fc085925 100644 --- a/input/lsr/spacing/Proportional-strict-grace-notes.ly +++ b/input/lsr/spacing/Proportional-strict-grace-notes.ly @@ -1,7 +1,7 @@ \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 { diff --git a/input/lsr/spacing/Proportional-strict-notespacing.ly b/input/lsr/spacing/Proportional-strict-notespacing.ly index 664ef4c504..39b6543399 100644 --- a/input/lsr/spacing/Proportional-strict-notespacing.ly +++ b/input/lsr/spacing/Proportional-strict-notespacing.ly @@ -1,7 +1,7 @@ \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 { diff --git a/input/lsr/spacing/alignment-vertical-spacing.ly b/input/lsr/spacing/alignment-vertical-spacing.ly index 8eee674c85..78e276fab0 100644 --- a/input/lsr/spacing/alignment-vertical-spacing.ly +++ b/input/lsr/spacing/alignment-vertical-spacing.ly @@ -1,11 +1,11 @@ \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) diff --git a/input/lsr/staff/Staff-line-positions.ly b/input/lsr/staff/Staff-line-positions.ly index 0e211ffa9d..8321da0d2d 100644 --- a/input/lsr/staff/Staff-line-positions.ly +++ b/input/lsr/staff/Staff-line-positions.ly @@ -1,7 +1,7 @@ \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' { diff --git a/input/lsr/text/font-family-override.ly b/input/lsr/text/font-family-override.ly index c8b0db83ca..49fdc4f304 100644 --- a/input/lsr/text/font-family-override.ly +++ b/input/lsr/text/font-family-override.ly @@ -1,7 +1,7 @@ \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 { diff --git a/input/lsr/vocal/Ambitus.ly b/input/lsr/vocal/Ambitus.ly index 412dfeb2d5..05ac9c78b5 100644 --- a/input/lsr/vocal/Ambitus.ly +++ b/input/lsr/vocal/Ambitus.ly @@ -3,7 +3,7 @@ \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 { diff --git a/input/lsr/vocal/lyric-combine.ly b/input/lsr/vocal/lyric-combine.ly index 702691a913..da4b076499 100644 --- a/input/lsr/vocal/lyric-combine.ly +++ b/input/lsr/vocal/lyric-combine.ly @@ -1,7 +1,7 @@ \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. " } <<