Thanks!
-mark.
On 9 Jan 2023 at 17:58:10, Jean Abou Samra wrote:
>
>
> Le 9 janv. 2023 à 07:56, Mark Probert a écrit :
>
> Hi.
>
> When I run this snippet the barline at the end of first stave, which
> I think should be a “||”, goes “missing” (there is no barline at all).
>
> Is there a cor
Hello Mark,
somewhat OT, but you should let \repeat volta handle the setting of bar lines.
If you want
winged repeats set
\set Staff.startRepeatBarType = #"[|:"
\set Staff.endRepeatBarType = #":|]"
or even for all Staves
\set Score.startRepeatBarType = #"[|:"
\set Score.endRepeatBarType = #":
The figure "4" in figured bass is coming out with a stunted upright in
the new release
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
%\version "2.20.0"
\version "2.24.0"
\score {
\new Staff <<
\context Staff \figuremode { <4> }
> The figure "4" in figured bass is coming out with a stunted upright in
> the new release
>
> 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
> %\version "2.20.0"
> \version "2.24.0"
> \score {
> \new Staff <<
> \context Staff \figuremode { <4> }
>
I answered my own question: create an invisible context with remove-layer =
3. For anyone curious:
\version "2.24.0"
\layout {
\context {
\name "NullStaff"
\type "Engraver_group"
\consists Axis_group_engraver
\override VerticalAxisGroup.staff-affinity = #DOWN
}
\context {
Many thanks, Valentin! I find, as a casual user of LP, I get in a “working
rut,” using what works without fulling understanding then consequences.
This explanation is very helpful to me and I’m heading back to rework my
music.
-mark.
On 9 Jan 2023 at 23:57:12, Valentin Petzel wrote:
> Hello Ma
Is there a way, within a .ly file to conditionally include sections
based on command line options?
Specifically, I would like to have \paper settings go one way for
"lilypond --pdf" and another way for "lilypond --svg".
> On 10 Jan 2023, at 00:01, Kevin Cole wrote:
>
> Is there a way, within a .ly file to conditionally include sections
> based on command line options?
>
> Specifically, I would like to have \paper settings go one way for
> "lilypond --pdf" and another way for "lilypond --svg".
Kevin,
don't
On Mon, Jan 9, 2023 at 7:07 PM Hans Aikema wrote:
> On 10 Jan 2023, at 00:01, Kevin Cole wrote:
>
> Is there a way, within a .ly file to conditionally include sections
> based on command line options?
>
> Specifically, I would like to have \paper settings go one way for
> "lilypond --pdf" and a
Thomas Morley writes:
> Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley
> :
>>
>> Hi,
>>
>> consider below
>>
>> \version "2.24.0"
>>
>> \score {
>> { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } }
>> \layout {
>> \context {
>> \StandaloneRhythmStaff
>> fontSize = #6
>>
Hello,
I'm trying to define a new articulation, based on two stencils (above and
below the staff), that I wrote.
I succeeded in making two distinct articulations. However, the attempt to
create a single articulation, which chooses the stencil based on the
direction specified in the post-event, fail
11 matches
Mail list logo