X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2Fnotation%2Fvocal.itely;fp=Documentation%2Fja%2Fnotation%2Fvocal.itely;h=6926442e3cfb4284dc78d8d7d9afeba3a11e5d81;hb=84ad4d280942a37859d45c8fce9d52dd34c10972;hp=6225c140aa85a222d4e46b541fcc7d3162dd7259;hpb=5f93324355c37c35b21cccfb63ad865416b58882;p=lilypond.git diff --git a/Documentation/ja/notation/vocal.itely b/Documentation/ja/notation/vocal.itely index 6225c140aa..6926442e3c 100644 --- a/Documentation/ja/notation/vocal.itely +++ b/Documentation/ja/notation/vocal.itely @@ -2894,7 +2894,7 @@ stemOff = { \override Staff.Stem #'transparent = ##t } \layout { \context { \Staff - \remove Bar_engraver + \remove "Bar_engraver" } } } @@ -2906,7 +2906,7 @@ stemOff = { \override Staff.Stem #'transparent = ##t } \score { \new ChoirStaff << \new Staff - \with { \remove Bar_engraver } { + \with { \remove "Bar_engraver" } { \relative c'' { a4 b c2 | a4 b c2 | @@ -3000,7 +3000,7 @@ finalis = { \layout { \context { \Staff - \remove Bar_engraver + \remove "Bar_engraver" } } } @@ -3020,9 +3020,9 @@ finalis = { \layout { \context { \Staff - \remove Bar_engraver - \remove Time_signature_engraver - \remove Clef_engraver + \remove "Bar_engraver" + \remove "Time_signature_engraver" + \remove "Clef_engraver" } } }