RE: Start new piece without line break (with title)

2022-01-07 Thread Ruzsa Krisztián
regards, Krisztián From: Lukas-Fabian Moser On Behalf Of Lukas-Fabian Moser Sent: Friday, January 7, 2022 8:46 PM To: Leo Correia de Verdier ; Valentin Petzel Cc: Ruzsa Krisztián ; lilypond-user@gnu.org Subject: Re: Start new piece without line break (with title) Some other changes: - encapsulate

Re: Start new piece without line break (with title)

2022-01-07 Thread Lukas-Fabian Moser
Some other changes: - encapsulate the piece-break machinery in a function - deal with pieces in c major :-) - reset clef/key change settings - etc. Lukas Am 07.01.22 um 17:20 schrieb Leo Correia de Verdier: Adding \once \override Staff.KeySignature. break-visibility = ##(#f #f #f)

Re: Start new piece without line break (with title)

2022-01-07 Thread Leo Correia de Verdier
Adding \once \override Staff.KeySignature. break-visibility = ##(#f #f #f) \once \override Staff.Clef.break-visibility = ##(#f #f #f) \once \omit Score.BarNumber Together with \stopStaff helps avoids some of the strangeness if the new piece’s start happens to coincide wi

RE: Start new piece without line break (with title)

2022-01-06 Thread Ruzsa Krisztián
sday, January 6, 2022 11:14 PM To: lilypond-user@gnu.org Cc: Ruzsa Krisztián Subject: Re: Start new piece without line break (with title) Hi Ruzsa, Maybe this would be a slight improvement. Cheers, Valentin Am Donnerstag, 6. Jänner 2022, 17:10:09 CET schrieb Ruzsa Krisztián: > Hi everyone, >

Re: Start new piece without line break (with title)

2022-01-06 Thread Valentin Petzel
Hi Ruzsa, Maybe this would be a slight improvement. Cheers, Valentin Am Donnerstag, 6. Jänner 2022, 17:10:09 CET schrieb Ruzsa Krisztián: > Hi everyone, > > I'd like to copy the layout of a small tune book. New pieces don't always > start in a new line, it usually occurs that the next song start

Start new piece without line break (with title)

2022-01-06 Thread Ruzsa Krisztián
Hi everyone, I'd like to copy the layout of a small tune book. New pieces don't always start in a new line, it usually occurs that the next song starts somewhere in the middle of the line. Titles are placed before each piece (not above the staff) I found two helpful topics in the archive but co