Re: changing lyrics font-style to italics

2022-04-18 Thread David Kastrup
Stefan Thomas writes: > Dear community, > for certain reasons I would like to change the font-style of a Lyrics > context to italic. > I tried it with > \override LyricText #'font-style = #'italic > but without success. > Does someone know how to do it? You could start by not ignoring

Re: changing lyrics font-style to italics

2022-04-18 Thread Rip _Mus
Dear Stefan, have a look: \version "2.22.1" \score { \new Staff = "voce" { \new Voice = "main" { \relative c' { << {c4 d e c c d e c} \new Lyrics \with { alignBelowContext = "voce" } \lyricsto "main" { Fra Mar -- ti -- no

changing lyrics font-style to italics

2022-04-18 Thread Stefan Thomas
Dear community, for certain reasons I would like to change the font-style of a Lyrics context to italic. I tried it with \override LyricText #'font-style = #'italic but without success. Does someone know how to do it? Thanks, Stefan

Re: Removing all dynamics from MIDI

2022-04-18 Thread David Kastrup
Simon Albrecht writes: > Hi David, > > On 16/04/2022 18:11, David Santamauro wrote: >> Hi, it seems removing the Dynamic_performer doesn’t actually remove >> performance of articulations. > > > Articulations are Script grobs, not Dynamics. Maybe removing > Script_engraver as well would do the

Re: Removing all dynamics from MIDI

2022-04-18 Thread Simon Albrecht
Hi David, On 16/04/2022 18:11, David Santamauro wrote: Hi, it seems removing the Dynamic_performer doesn’t actually remove performance of articulations. Articulations are Script grobs, not Dynamics. Maybe removing Script_engraver as well would do the trick? I don’t work with MIDI much, so

Re: how to split into two parts

2022-04-18 Thread Stefan Thomas
Dear Hans, sorry, it was a mistake of mine. I should have written flA = { \global \extractNote #2 \flutes } flB = { \global \extractNote #1 \flutes } My idea is: if there are 2 pitches at once, they shall be splitted (this works fine), if there is only one sinle, it should be only in the first

Re: how to split into two parts

2022-04-18 Thread Hans Aikema
> On 18 Apr 2022, at 12:23, Stefan Thomas wrote: > >  > Dear community, > I would like to split the following example into two parts: > \version "2.22.1" > global = { \time 7/8 } > flutes = { > \global > 8 r fis' 8 r 8 r8 r > 8 r fis' 8 r r4 > } > I know I can do it with

Re: how to split into two parts

2022-04-18 Thread Hans Aikema
Hmmm.. nevermind... wasn't reading well.. thought you got twice the same part > On 18 Apr 2022, at 13:43, Hans Aikema wrote: > >  > >> On 18 Apr 2022, at 12:23, Stefan Thomas wrote: >> >>  >> Dear community, >> I would like to split the following example into two parts: >> \version

how to split into two parts

2022-04-18 Thread Stefan Thomas
Dear community, I would like to split the following example into two parts: \version "2.22.1" global = { \time 7/8 } flutes = { \global 8 r fis' 8 r 8 r8 r 8 r fis' 8 r r4 } I know I can do it with chordsAndVoices.ly But the result is the desired only for the first flute. Whe I do flA = {

Re: Reducing length of stems of beamed notes after \stopStaff

2022-04-18 Thread Nate Whetsell
That worked, thank you! > On Apr 18, 2022, at 5:34 AM, Thomas Morley wrote: > > Am Sa., 16. Apr. 2022 um 13:49 Uhr schrieb Nate Whetsell > : >> >> I’m trying to put some beamed notes (no staff lines, time signature, or >> anything else) in a \markup block. To do this, I’m using a Staff with

Re: Reducing length of stems of beamed notes after \stopStaff

2022-04-18 Thread Thomas Morley
Am Sa., 16. Apr. 2022 um 13:49 Uhr schrieb Nate Whetsell : > > I’m trying to put some beamed notes (no staff lines, time signature, or > anything else) in a \markup block. To do this, I’m using a Staff with several > engravers \remove’d, using \stopStaff to eliminate staff lines, and then >

Re: Removing all dynamics from MIDI

2022-04-18 Thread Thomas Morley
Am Mo., 18. Apr. 2022 um 10:48 Uhr schrieb David Santamauro : > > > On Apr 17, 2022, at 11:53 AM, Lukas-Fabian Moser wrote: > > Hi David, > > After tracking this string throughout the source code, I finally found where > the property is set: ly/script-init.ly > > accent = #(make-articulation

Re: Removing all dynamics from MIDI

2022-04-18 Thread David Santamauro
> On Apr 17, 2022, at 11:53 AM, Lukas-Fabian Moser wrote: > > Hi David, > >> After tracking this string throughout the source code, I finally found where >> the property is set: ly/script-init.ly >> >> accent = #(make-articulation 'accent >>

Re: \defineBarLine confusion

2022-04-18 Thread Mark Probert
Hans wrote: > > Assuming that you want all reapeats with ears see > https://lilypond.org/doc/v2.22/Documentation/snippets/repeats > Missed that totally! Many thanks ..m.

Re: \defineBarLine confusion

2022-04-18 Thread Hans Aikema
> On 18 Apr 2022, at 06:56, Mark Probert wrote: > >  > Hi. > > I am confused as to why the following doesn't work as expected. I am > thinking the closing repeat, within the alternative 1, should have > "ears" yet it doesn't. Have I not understood the \defineBarLine > correctly? Or is