Re: Error with \layout and \context

2024-01-12 Thread Ivan Kuznetsov
It was that simple! Thanks! On Fri, Jan 12, 2024 at 7:17 PM Aaron Hill wrote: > > You need to do your mods in separate \context sections. See above.

Re: Error with \layout and \context

2024-01-12 Thread Aaron Hill via LilyPond user discussion
On 2024-01-12 5:00 pm, Ivan Kuznetsov wrote: \layout { \context { \Score \override BarLine.transparent = ##t \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1 8) \override Stem.transparent = ##t } \context { \Voice

Error with \layout and \context

2024-01-12 Thread Ivan Kuznetsov
In my short snippet below, even though my final output is as expected, a C major scale with some brackets underneath some pairs of note, I get the error: > Parsing... > test_post01.ly:25:8: error: not a context mod > >\Voice Note that I am using "Analysis brackets". The lilypond parser