On Wed, 20 Mar 2024 at 04:48, Ben Bradshaw wrote:
>
> Hello,
> I think I must not be understanding how the StaffGrouper works. I'm doing
a score with instrument and piano accompaniment, and have the piano music
in a PianoStaff. I'm trying to get more space between the solo staff and
the piano staf
Hello,
I'm a new lilypond user. I want to create multiple scores in a single
file. These scores have some values on common. So I want to use
`define-music-function` in order to avoid repetition.
Here is my code now:
\score {
\new Staff \with {
instrumentName = "۱"
} \one
\layout { }
}
Ah wonderful thanks! So basically what was happening is that a global
VericalAxisGroup will override the StaffGrouper, and so I needed to only
locally change the VerticalAxisGroup. Then the StaffGrouper actually worked!
On Wed, Mar 20, 2024 at 1:38 AM Xavier Scheuer wrote:
> On Wed, 20 Mar 2024
On 2024-03-20 8:53 am, enejati--- via LilyPond user discussion wrote:
Hello,
I'm a new lilypond user. I want to create multiple scores in a single
file. These scores have some values on common. So I want to use
`define-music-function` in order to avoid repetition.
[ . . . ]
A few things. Fir
1. How can I cause an individual page other than the last page of a
score to have ragged-bottom?
2. How can I change the vertical spacing for a page that uses raged-bottom?
TIA,
Paul
On Wed, 20 Mar 2024 at 19:47, Paul Scott wrote:
>
> 1. How can I cause an individual page other than the last page of a
> score to have ragged-bottom?
Hello,
I don't think this is possible.
Personally I would produce 2 different PDFs and then split and merge the
pages as desired.
> 2. How can I
Hi Paul,
> 1. How can I cause an individual page other than the last page of a score to
> have ragged-bottom?
As far as I know, you can’t… To fake that behaviour, I usually just inject an
appropriately-sized blank markup below the last system I want on a given page
(attached to anything in tha
On 3/20/24 12:44 PM, Kieren MacMillan wrote:
Hi Paul,
1. How can I cause an individual page other than the last page of a score to
have ragged-bottom?
As far as I know, you can’t… To fake that behaviour, I usually just inject an
appropriately-sized blank markup below the last system I want o
Hi Paul,
I have a separate voice where I put all my breaks and pageBreaks. I
haven't been able to make a blank markup. TIA on how to do that.
e.g.:
\version "2.25.1"
\paper {
indent = 0
ragged-bottom = ##f
}
{
\repeat unfold 2 { c'1 \break c'1 \pageBreak }
c'1 \break c'1-\