From c57b3f7dd9ede592adf9be87d65141d55242f655 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Sat, 17 Jun 2017 12:07:30 +0200 Subject: [PATCH] Doc-it: add missing @ before braces in @example (LM-fundamental) --- Documentation/it/learning/fundamental.itely | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Documentation/it/learning/fundamental.itely b/Documentation/it/learning/fundamental.itely index f30542e649..2a933ab677 100644 --- a/Documentation/it/learning/fundamental.itely +++ b/Documentation/it/learning/fundamental.itely @@ -2520,7 +2520,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto: @example \new ChoirStaff << \new Staff = "sopranos" - \with { instrumentName = #"Soprano" } + \with @{ instrumentName = #"Soprano" @} << \new Voice = "sopranos" @{ \global @@ -2531,7 +2531,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto: \sopranoWords @} \new Staff = "altos" - \with { instrumentName = #"Alto" } + \with @{ instrumentName = #"Alto" @} << \new Voice = "altos" @{ \global @@ -2542,7 +2542,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto: \altoWords @} \new Staff = "tenors" - \with { instrumentName = #"Tenor" } + \with @{ instrumentName = #"Tenor" @} << \new Voice = "tenors" @{ \global @@ -2553,7 +2553,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto: \tenorWords @} \new Staff = "basses" - \with { instrumentName = #"Bass" } + \with @{ instrumentName = #"Bass" @} << \new Voice = "basses" @{ \global @@ -2572,7 +2572,7 @@ modello @q{Pianoforte solista}: @example \new PianoStaff -\with { instrumentName = #"Piano " } +\with @{ instrumentName = #"Piano " @} << \new Staff = "upper" \upper \new Staff = "lower" \lower @@ -2629,7 +2629,7 @@ perché vogliamo che siano impilati uno sopra l'altro: >> % end ChoirStaff \new PianoStaff - \with { instrumentName = #"Piano" } + \with @{ instrumentName = #"Piano" @} << \new Staff = "upper" \upper \new Staff = "lower" \lower @@ -3283,4 +3283,3 @@ Guida alla notazione: @ruser{Scrittura delle parti}, @ruser{Pause d'intero}, @ruser{Inclusione di file LilyPond}. - -- 2.39.2