X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Finput.itely;fp=Documentation%2Fnotation%2Finput.itely;h=887f79429878e856faffccf3bcb6bf0bf8355ee2;hb=958e95822083954cad00e0a598eb9f12ceba67b9;hp=8e7b393177d485782ce4295eb3523687ad70396d;hpb=176916fd09ddd5cb616687b03fbd0e8c0eae8a63;p=lilypond.git diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 8e7b393177..887f794298 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.19.21" +@c \version "2.19.22" @node General input and output @chapter General input and output @@ -643,10 +643,10 @@ suitable, as here: } \score { - \new Staff \relative g, { + \new Staff \relative { \clef bass \key g \major - \repeat unfold 2 { g16( d' b') a b d, b' d, } | + \repeat unfold 2 { g,16( d' b') a b d, b' d, } | \repeat unfold 2 { g,16( e' c') b c e, c' e, } | } \header { @@ -655,7 +655,7 @@ suitable, as here: } \score { - \new Staff \relative b { + \new Staff \relative { \clef bass \key g \major \partial 16 b16 | @@ -1763,7 +1763,7 @@ in the table of contents of an opera: } tocAct = -#(define-music-function (parser location text) (markup?) +#(define-music-function (text) (markup?) (add-toc-item! 'tocActMarkup text)) @end verbatim @@ -1778,7 +1778,7 @@ tocAct = } tocAct = -#(define-music-function (parser location text) (markup?) +#(define-music-function (text) (markup?) (add-toc-item! 'tocActMarkup text)) \book {