Skip to content
Snippets Groups Projects
Commit b4b58d73 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix span bar visibility (spacing hack), hide all instrument names

parent 112a2a4f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ EcceQuomodoSettingsII = \notemode {
makeSpace = {
\once \override Score.BarLine #'transparent = ##t
\once \override Score.BarLine #'X-extent = #'(-0 . 0)
\once \override Score.SpanBar #'transparent = ##t
\bar "|"
}
......
......@@ -19,4 +19,22 @@ scorenumber="EK-1xxx"
% CorKey = \key g \major
% CorIKey = \CorKey
% CorIIKey = \CorKey
SShortInstrumentName = ##f
AShortInstrumentName = ##f
TShortInstrumentName = ##f
BShortInstrumentName = ##f
\layout {
\context { \Staff
% No instrument names, they are already in the title/header!
\remove "Instrument_name_engraver"
}
\context {
\PianoStaff
\remove "Instrument_name_engraver"
}
\context {
\ChoirStaff
\remove "Instrument_name_engraver"
}
}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment