Re: cadenza puzzle

2024-01-26 Thread Charlie Ma
not sure what you wanted to achieve with "global." But is this what you are looking for? See https://lilypond.org/doc/v2.24/Documentation/notation/displaying-rhythms#unmetered-music \version "2.24.2" \pointAndClickOff global = \relative { \time 4/4 s1*8 \bar "|." } cadenzaMeasure = {

Re: "\override BarLine" for a PianoStaff

2024-01-26 Thread Vaughan McAlley
On Sat, 27 Jan 2024 at 11:08, Ivan Kuznetsov wrote: > "\override BarLine" for a PianoStaff > > I frequently use lilypond for short theory > examples for teaching, and for such examples > I often use the code: > >\override BarLine.transparent = ##t > > to make bar lines disappear. This has

"\override BarLine" for a PianoStaff

2024-01-26 Thread Ivan Kuznetsov
"\override BarLine" for a PianoStaff I frequently use lilypond for short theory examples for teaching, and for such examples I often use the code: \override BarLine.transparent = ##t to make bar lines disappear. This has always worked for me for a single staff, but when I just tried to do

cadenza puzzle

2024-01-26 Thread bobr...@centrum.is
Hello, I don't understand what's going on here. The output I get is in the attached PNG file. I hope this is minimal enough. It essentially reflects the structure of the file that is giving me trouble. Why is the five measure rest "duplicating" like that? In the actual project I'm working