Le vendredi 21 avril 2023 à 10:49 +0000, Werner LEMBERG a écrit :

> > 2. More seriously: if I don’t include a Lyrics line, all notes get
> > smushed together. 
>
> Yes, the horizontal spacing is problematic, and nobody works on it,
> alas.

Try

```
\layout {
  \override Score.SpacingSpanner.packed-spacing = ##f
  \override Score.SpacingSpanner.spacing-increment = 0.5
}
```

(adjust the 0.5 value)

> 3. Also: sometimes I want to set a small snippet where the exact
>    pitch is irrelevant, but removing the Clef_engraver doesn’t work:


Clefs live on staff level, VaticanaStaff in this case. Removing Clef_engraver 
from VaticanaVoice thus has no effect. Try

```
\new VaticanaStaff \with { \remove "Clef_engraver" } \new VaticanaVoice = 
"voice" \relative ...
```

Alternatively, use `\omit` as in Werner's reply.

Best,

Jean

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to