On 7/7/22 18:23, David F. wrote:
On Jul 7, 2022, at 1:59 AM, Valentin Petzel wrote:
A different way to approach the problem would be to also specify something like
\context {
\NullVoice
shapeNoteStyles = ##()
}
It is still questionable why NullVoice would hickup on simply chang
> On Jul 7, 2022, at 1:59 AM, Valentin Petzel wrote:
>
> A different way to approach the problem would be to also specify something
> like
>
> \context {
> \NullVoice
> shapeNoteStyles = ##()
> }
>
> It is still questionable why NullVoice would hickup on simply changing the
> Note
> On Jul 6, 2022, at 12:40 PM, David Wright wrote:
>
> On Wed 06 Jul 2022 at 11:56:52 (-0600), David F. wrote:
>> [ … ]
>> The command to use aikenHeads comes from a separate style file that gets
>> included for each hymn. But there is an unfortunate interaction between
>> aikenHeads and Nu
A different way to approach the problem would be to also specify something like
\context {
\NullVoice
shapeNoteStyles = ##()
}
It is still questionable why NullVoice would hickup on simply changing the
NoteHead style, so think this is worth creating a bug report.
Cheers,
Valentin
A
> On Jul 6, 2022, at 1:20 PM, Jean Abou Samra wrote:
>
> How about changing \Staff into \Voice?
>
> \layout {
> \context {
> \Voice
> \aikenHeads
> }
> }
>
> That way, it won't affect those NullVoice contexts.
>
> Best,
> Jean
>
Perfect. That does exactly what I wan
On 7/6/22 19:56, David F. wrote:
I have a collection of SATB hymns that I would like to engrave using shape
notes. The Lilypond files are all structured the same, as seen below—treble
clef with music and a NullVoice for aligning lyrics, then the lyrics, then the
bass clef.
%
\version
On Wed 06 Jul 2022 at 11:56:52 (-0600), David F. wrote:
> [ … ]
> The command to use aikenHeads comes from a separate style file that gets
> included for each hymn. But there is an unfortunate interaction between
> aikenHeads and NullVoice: Lilypond outputs the following error message:
>
> prog
I have a collection of SATB hymns that I would like to engrave using shape
notes. The Lilypond files are all structured the same, as seen below—treble
clef with music and a NullVoice for aligning lyrics, then the lyrics, then the
bass clef.
%
\version "2.22"
\language “english"
% included