Re: How do I force chord names to top of stave when using multiple voices?

2024-02-05 Thread Valentin Petzel
heers, Valentin Am Montag, 5. Februar 2024, 02:33:55 CET schrieb Marcus Mayo: > Hi all, > > I'm using lilypond to practice my voice leading. I want to keep the harmony > as a separate voice for the sake of tidiness. However, when I add a second > voice, the chords appear unde

How do I force chord names to top of stave when using multiple voices?

2024-02-04 Thread Marcus Mayo
Hi all, I'm using lilypond to practice my voice leading. I want to keep the harmony as a separate voice for the sake of tidiness. However, when I add a second voice, the chords appear underneath the staff as opposed to above it. How do I fix this? Example: \version "2.25.11" \la

Re: How do I shift notes in one voice w/o shifting the other?

2023-11-29 Thread Kevin Cole
On Wed, Nov 29, 2023 at 4:05 PM Knute Snortum wrote: > The original is odd. It has a half note where a quarter note should be. But > if you want to reproduce it exactly, see my code below. No need for > temporary voices. Another wrote to me privately suggesting that the original that I'm co

Re: How do I shift notes in one voice w/o shifting the other?

2023-11-29 Thread Knute Snortum
On Wed, Nov 29, 2023 at 11:54 AM Kevin Cole wrote: > On Wed, Nov 29, 2023 at 10:04 AM Knute Snortum wrote: > > Thanks. > > > I'm not sure what you want to do makes musical sense, that is, the d'>2 and the d'8 should be on the same beat, so why do you want the half > note to the right? > > I'm s

Re: How do I shift notes in one voice w/o shifting the other?

2023-11-29 Thread Knute Snortum
-- Knute Snortum On Tue, Nov 28, 2023 at 6:32 PM Kevin Cole wrote: > I searched for a way to shift notes horizontally but when I shift the > half-note chord in the first voice below, it shifts the second eighth-note > in the second voice, forcing it to stay to the right of the half-note. When

How do I shift notes in one voice w/o shifting the other?

2023-11-28 Thread Kevin Cole
I searched for a way to shift notes horizontally but when I shift the half-note chord in the first voice below, it shifts the second eighth-note in the second voice, forcing it to stay to the right of the half-note. When I tried adding something to shift the beamed eight-notes to the left, it shift

Re: How do I arpeggiate across voices?

2023-11-27 Thread Kevin Cole
On Mon, Nov 27, 2023 at 11:16 AM Michael Werner wrote: > On Mon, Nov 27, 2023 at 7:43 AM Kevin Cole wrote: > >> Thanks. Not sure how I missed that in my search... That seems the best >> answer -- though, alas, the MIDI arpeggiator cannot take advantage of it. >> (I may be able to suss that out "

Re: How do I arpeggiate across voices?

2023-11-27 Thread Michael Werner
Hi Kevin, On Mon, Nov 27, 2023 at 7:43 AM Kevin Cole wrote: > Thanks. Not sure how I missed that in my search... That seems the best > answer -- though, alas, the MIDI arpeggiator cannot take advantage of it. > (I may be able to suss that out "the hard way" manually though.) > Sorry, but MIDI i

Re: How do I arpeggiate across voices?

2023-11-27 Thread Kevin Cole
On Mon, Nov 27, 2023 at 12:33 AM Michael Werner wrote: > Hi Kevin, > > On Sun, Nov 26, 2023 at 7:38 PM Kevin Cole wrote: > >> I'm looking at a pice of music that shows an arpeggio between two >> dotted half-notes in one voice and a quarter-note in the other voice. >> Specifically, in the wee sni

Re: How do I arpeggiate across voices?

2023-11-26 Thread Michael Werner
Hi Kevin, On Sun, Nov 26, 2023 at 7:38 PM Kevin Cole wrote: > I'm looking at a pice of music that shows an arpeggio between two > dotted half-notes in one voice and a quarter-note in the other voice. > Specifically, in the wee snippet below, the first e4 in the first > voice is at the top of the

Re: How do I arpeggiate across voices?

2023-11-26 Thread Knute Snortum
On Sun, Nov 26, 2023 at 4:38 PM Kevin Cole wrote: > I'm looking at a pice of music that shows an arpeggio between two > dotted half-notes in one voice and a quarter-note in the other voice. > Specifically, in the wee snippet below, the first e4 in the first > voice is at the top of the arpeggio a

How do I arpeggiate across voices?

2023-11-26 Thread Kevin Cole
I'm looking at a pice of music that shows an arpeggio between two dotted half-notes in one voice and a quarter-note in the other voice. Specifically, in the wee snippet below, the first e4 in the first voice is at the top of the arpeggio above the 2 in the second voice. %% <<

Re: How do I set the Scheme sandbox to \language = "english"?

2023-09-25 Thread Jean Abou Samra
Le lundi 25 septembre 2023 à 17:56 -0400, Kevin Cole a écrit : > I'm trying to learn more about Scheme by "playing in the sandbox". > > When I tried to convert the string "d" to a pitch, it converted correctly. > > When I tried the same thing with "bf" I ended up with what I think is > still a st

How do I set the Scheme sandbox to \language = "english"?

2023-09-25 Thread Kevin Cole
I'm trying to learn more about Scheme by "playing in the sandbox". When I tried to convert the string "d" to a pitch, it converted correctly. When I tried the same thing with "bf" I ended up with what I think is still a string. I'm guessing that's because the sandbox is not using English note na

Re: How do I keep space between staves reasonable?

2022-06-25 Thread Andrew Bernard
It's an issue with flexible vertical spacing relating to ChordNames and FretBoards, easily solved with setting this up with VerticalAxisGroup alist property settings. Kevin sent me the score. When I refine the solution I'll post something about it here soon. I have to say, even after years of

Re: How do I keep space between staves reasonable?

2022-06-25 Thread mas2
It sounds like Kieren's suggestion would work best. If you have more music or markup before or after, just put that page into its own bookpart. ⁣Get BlueMail for Android ​ On Jun 24, 2022, 10:50 PM, at 10:50 PM, Kevin Cole wrote: >I'm sorry I don't know how to create a minimal working example.

Re: How do I keep space between staves reasonable?

2022-06-25 Thread Knute Snortum
On Fri, Jun 24, 2022 at 7:49 PM Kevin Cole wrote: > > I'm sorry I don't know how to create a minimal working example. > > I have a rather simple melody with a single staff (vocal). Under the > staff I have two stanzas of lyrics (the first verse and the chorus). > After the score, I have a \markup

Re: How do I keep space between staves reasonable?

2022-06-25 Thread Kieren MacMillan
Hi Kevin, Does \paper { page-count = 1 } work for you? Thanks, Kieren.

Re: How do I keep space between staves reasonable?

2022-06-24 Thread Andrew Bernard
Perhaps just post the score anyway. I don't think people will mind unless it is hundreds of pages. Or post it to me directly. Very hard to diagnose score issues from purely verbal descriptions. Andrew Kevin Cole wrote on 25/06/2022 12:49 PM: I'm sorry I don't know how to create a minimal wor

How do I keep space between staves reasonable?

2022-06-24 Thread Kevin Cole
I'm sorry I don't know how to create a minimal working example. I have a rather simple melody with a single staff (vocal). Under the staff I have two stanzas of lyrics (the first verse and the chorus). After the score, I have a \markup section with additional verses. When I have just the first ve

Re: How do I add bass clef after the fact?

2022-04-20 Thread H. S. Teoh
On Wed, Apr 20, 2022 at 08:54:21PM +0300, Omer Katzir wrote: > Unfortunately it doesn’t solved, because I want to add a complete new > part and not move one voice. Oh I see. In that case, what you want is something like this: \score { << \new GrandStaff <<

Re: How do I add bass clef after the fact?

2022-04-20 Thread H. S. Teoh
On Wed, Apr 20, 2022 at 07:41:54PM +0300, Omer Katzir wrote: > I wrote my music, and decided I wanted to add bass, but I’m having > problems adding a clef, keep getting errors and I’m still struggling > with Lilypond. > > Here’s my sheet, it’s based on a template someone made for me, but > it’s a

How do I add bass clef after the fact?

2022-04-20 Thread Omer Katzir
I wrote my music, and decided I wanted to add bass, but I’m having problems adding a clef, keep getting errors and I’m still struggling with Lilypond. Here’s my sheet, it’s based on a template someone made for me, but it’s a guitar template and I want to add bass clef for Piano performance. T

Re: How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread Kevin Cole
On Tue, Apr 12, 2022 at 7:39 PM Paul Hodges wrote: I think that's a misprint in the source, and the upstem should have a > flag. I presume that below there are two sets of words with different > numbers of syllables which require different grouping of the notes. > > Paul > Yeah, that's what I c

Re: How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread Paul Hodges
From: Kevin Cole To: David Kastrup Cc: lilypond-user mailinglist Sent: 13/04/2022 0:20 Subject: Re: How do I merge a quarter-note with the second eighth-note of a pair? On Tue, Apr 12, 2022 at 7:15 PM David Kastrup wrote: Kevin Cole writes: > I think

Re: How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread Kevin Cole
Never mind. I see it appears to be a typo in the original. That's what I get for not paying enough attention.

Re: How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread Kevin Cole
On Tue, Apr 12, 2022 at 7:15 PM David Kastrup wrote: > Kevin Cole writes: > > > I think an example will make the question clearer: How do I merge the > > B quarter-note with the B eighth-note following the D eighth-note > > below? > > > > %%%

Re: How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread David Kastrup
Kevin Cole writes: > I think an example will make the question clearer: How do I merge the > B quarter-note with the B eighth-note following the D eighth-note > below? > > %%% > \version "2.20.0" > \language "english" > > \layout {

How do I merge a quarter-note with the second eighth-note of a pair?

2022-04-12 Thread Kevin Cole
I think an example will make the question clearer: How do I merge the B quarter-note with the B eighth-note following the D eighth-note below? %%% \version "2.20.0" \language "english" \layout { \autoBeamOff } global = { \time 4/4 \mergeDifferent

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Paul Hodges
set stanza = "1."      \lyricRest In the bleak mid -- win -- _ ter and so so. Paul From: Kevin Cole To: lilypond-user mailinglist Sent: 25/11/2021 19:24 Subject: How do I get an "empty / blank" lyric at the start of a song? I have a song that starts wi

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Kevin Cole
Turns out, for my use case just adding a "_" in the partial measure lyrics did the trick.

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Aaron Hill
On 2021-11-25 11:24 am, Kevin Cole wrote: In other words (or lack thereof) the first verse doesn't start on the pickup note, but later verses do. So I don't want a lyric under the rest. Use an underscore to skip over the anacrusis: { \partial 4 b'4 | a'2 b' } \addlyrics { _ \set stanza =

How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Kevin Cole
I have a song that starts with two voices(?) for different timing on different verses: global = { \key c \major \time 2/4 } melody = { \relative { \global \partial 8 << { \voiceOne r8^\mf } \new Voice { \voiceTwo e'8 } >> \oneVoice | %

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread D. B. Miller
Thanks, Elaine. Jean pointed out how to print the brace in the middle of a system before in his reply. My issue now is with how continuation will work. I know how to do it, so long as I do not mind manually breaking to get to the next system after the brace, but I would prefer to avoid this (i

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread Flaming Hakama by Elaine
he two to be done within a system as >> found in the old vocal scores. This is why it is necessary to do mid-system >> (i.e., usually, mid-measure) switches to the "group". >> >> Best, >> Daniel >> On 8/3/21 9:54 PM, Flaming Hakama by Elaine wrote: >> >>

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread Flaming Hakama by Elaine
m > (i.e., usually, mid-measure) switches to the "group". > > Best, > Daniel > On 8/3/21 9:54 PM, Flaming Hakama by Elaine wrote: > > > > > -- Forwarded message -- >> From: "D. B. Miller" >> To: Jean Abou Samra , LilyPond U

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread Daniel Benjamin Miller
r" mailto:dbmil...@dbmiller.org>> To: Jean Abou Samra mailto:j...@abou-samra.fr>>, LilyPond User Group mailto:lilypond-user@gnu.org>> Cc: Bcc: Date: Tue, 3 Aug 2021 19:45:07 + (UTC) Subject: Re: How do I do a transition between a grouped and a

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread Flaming Hakama by Elaine
-- Forwarded message -- > From: "D. B. Miller" > To: Jean Abou Samra , LilyPond User Group < > lilypond-user@gnu.org> > Cc: > Bcc: > Date: Tue, 3 Aug 2021 19:45:07 + (UTC) > Subject: Re: How do I do a transition between a grouped and a

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-08-03 Thread D. B. Miller
Thanks Jean. This is quite useful. Unfortunately I'm not quite sure how to make it into the generalized solution I need. This works well if I have a specific number of systems, and I know how many systems I will need before turning on the grouping --- which causes problems if I don't want to br

Re: How do I do a transition between a grouped and a non-grouped part (example attached)

2021-07-30 Thread Jean Abou Samra
Le 30/07/2021 à 14:46, Daniel Benjamin Miller a écrit : Hi all, I want to replicate this feature, often found in manually-engraved vocal scores. Although the feature I am talking about should be obvious from the images, I will attempt to describe it. Basically, the staff group starts partw

How do I do a transition between a grouped and a non-grouped part (example attached)

2021-07-30 Thread Daniel Benjamin Miller
Hi all, I want to replicate this feature, often found in manually-engraved vocal scores. Although the feature I am talking about should be obvious from the images, I will attempt to describe it. Basically, the staff group starts partway through a system, as we switch from a solo to a choral p

Darkijah: How do I move the Custodes or help guards to the left on the staff?

2021-06-02 Thread darkijah
Hey all, still working and using Lilypond with Frescobaldi - moving forward little by little and having lots of projects overall with it. But I was thinking, is there a way to move those note guards at the end of the staff to the left? the tail is outside the guard and I kinda want them to be in

Re: How do I make a whole Lyric sentence into another color? :)

2021-05-17 Thread Viktor Mastoridis
On Sun, 16 May 2021 at 16:23, wrote: > Anyone knows how to make color to a whole lyric sentence, I know there > is an option for different kind of grey. Can I override a whole verse > with one specific color? :) > > I have this: > > \addlyrics {\set stanza = "1." Be -- hold os, Fa -- der, ved dit

How do I make a whole Lyric sentence into another color? :)

2021-05-16 Thread darkijah
Anyone knows how to make color to a whole lyric sentence, I know there is an option for different kind of grey. Can I override a whole verse with one specific color? :) I have this: \addlyrics {\set stanza = "1." Be -- hold os, Fa -- der, ved dit Ord, trods Pa -- vens Løgn og Tyr -- kens Mord

How do I make a whole Lyric sentence into another color? :)

2021-05-16 Thread darkijah
Anyone knows how to make color to a whole lyric sentence, I know there is an option for different kind of grey. Can I override a whole verse with one specific color? :) I have this: \addlyrics {\set stanza = "1." Be -- hold os, Fa -- der, ved dit Ord, trods Pa -- vens Løgn og Tyr -- kens Mord

RE: How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Mark Stephen Mrotek
Kenneth, Use _._> after each pitch. Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Kenneth Wolcott Sent: Monday, September 21, 2020 1:46 PM To: lilypond-user@gnu.org Subject: How do I engrave this articulation

Re: How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Kenneth Wolcott
Thanks, so obvious, yet I didn't see it. Awesome! On Mon, Sep 21, 2020 at 2:00 PM Pierre Perol-Schneider wrote: > > HI Ken, > Try: > > \version "2.20.0" > \fixed c' { > e4-1-.-> c'-5-. d-1-.-> b-4-. > } > > Cheers, > PIerre > > Le lun. 21 sept. 2020 à 22:46, Kenneth Wolcott a > écrit : >> >>

Re: How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Pierre Perol-Schneider
HI Ken, Try: \version "2.20.0" \fixed c' { e4-1-.-> c'-5-. d-1-.-> b-4-. } Cheers, PIerre Le lun. 21 sept. 2020 à 22:46, Kenneth Wolcott a écrit : > Hi; > > c-. and c-> Lilypond articulation engravings I understand, but I > don't understand how to put a dot underneath the note and then a r

Re: How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Leo Correia de Verdier
You just write both of them, like c-.-> (Or is that for some reason not working?) > 21 sep. 2020 kl. 22:45 skrev Kenneth Wolcott : > > Hi; > > c-. and c-> Lilypond articulation engravings I understand, but I > don't understand how to put a dot underneath the note and then a right > angle brack

Re: How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Carl Sorensen
\version "2.22.0" \score{ c'4\staccato \accent } On 9/21/20, 2:46 PM, "lilypond-user on behalf of Kenneth Wolcott" wrote: Hi; c-. and c-> Lilypond articulation engravings I understand, but I don't understand how to put a dot underneath the note and then a right angle bracket under the

How do I engrave this articulation? a note with a dot and a right angle bracket underneath it?

2020-09-21 Thread Kenneth Wolcott
Hi; c-. and c-> Lilypond articulation engravings I understand, but I don't understand how to put a dot underneath the note and then a right angle bracket under the dot. See attached screen shot. Thanks, Ken

How do I add balloonText to all notes with custom engraver?

2019-09-26 Thread RCJacH
'pitch (ly:make-pitch -1 0 0) 'duration (ly:make-duration 0 0 1 Now my question is how do I fit the balloonText block into the engraver scheme, so that it is added to each note in the staff? -- Sent from: http://lilypond.1069038.n5.nabble.com/Us

Re: How do I change the size of lyric text?

2019-05-19 Thread Peter Wannemacher sotw
NullVoice! I've never used that. Thank you, Gregory. I need to do this often. Be content; it is your birthright. Peter ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do I change the size of lyric text?

2019-05-17 Thread Gregory Hollands
Abraham, I make a lot of lead sheets, and I do the following: %%% \version "2.19" \layout { \override LyricText #'font-size = #2 } Chords = \chordmode { c2 e2:m } Music = \relative c' { c4 d4 e4 f4 } Lyrics = \lyricmode { Do re me fa } << \new ChordNames { \Chords } \new Staff <<

Re: How do I change the size of lyric text?

2019-05-17 Thread Peter Toye
Abraham, That's fantastic. Thanks. I owe you a beer too. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, May 17, 2019, 6:18:54 PM, Abraham Lee wrote: Hey, Peter! On Fri, May 17, 2019 at 9:16 AM Peter Toye wrote: I want to add lyrics to a cue st

Re: How do I change the size of lyric text?

2019-05-17 Thread Abraham Lee
Hey, Peter! On Fri, May 17, 2019 at 9:16 AM Peter Toye wrote: > I want to add lyrics to a cue staff, but can't see how to change the font > size to match the rest of the staff. I've tried the followoing, but it > doesn't change anything, whatever I set LyricText.font-size to. The text > says it

How do I change the size of lyric text?

2019-05-17 Thread Peter Toye
I want to add lyrics to a cue staff, but can't see how to change the font size to match the rest of the staff. I've tried the followoing, but it doesn't change anything, whatever I set LyricText.font-size to. The text says it all... \version "2.19.52" \language "english" \score { \new Staff

How do I place text next to the Figured Bass part?

2018-09-22 Thread liph
How do I place text next to the Figured Bass part? I can get one on top of the other but can't figure out how to get them next to each other. For an analysis I'm try to put the bass's solfege syllable under the bass clef immediately followed by figured bass numbers so it would basi

Re: How do I get MIDI dynamics from a \Dynamics staff?

2018-09-20 Thread H. S. Teoh
On Thu, Sep 20, 2018 at 05:06:48PM +0100, Peter Toye wrote: >Guy, > >Thanks. I've found the thread. It seems fairly complicated, and as >I only use MIDI for proof-reading (proof-hearing?) I’ll ignore the >dynamics altogether! Life's too short. My usual approach, as always, is to u

Re: How do I get MIDI dynamics from a \Dynamics staff?

2018-09-20 Thread Peter Toye
Guy, Thanks. I've found the thread. It seems fairly complicated, and as I only use MIDI for proof-reading (proof-hearing?) I’ll ignore the dynamics altogether! Life's too short. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, September 20, 2018,

Re: How do I get MIDI dynamics from a \Dynamics staff?

2018-09-20 Thread Guy Stalnaker
Peter, Do a search in the list archives. There was an extended discussion about this very thing in the past month with multiple offered solutions. Regards, Guy On Thu, Sep 20, 2018, 6:34 AM Peter Toye wrote: > I want to have a Dynamics staff between the music staves on a PianoStaff, > but thi

How do I get MIDI dynamics from a \Dynamics staff?

2018-09-20 Thread Peter Toye
I want to have a Dynamics staff between the music staves on a PianoStaff, but this doesn't change the dynamics on the MIDI output. Is there any way of getting the MIDI output to use the \Dynamics? In the example below they all have the same (presumably default) dynamic (at least, when played thr

Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-19 Thread foxfanfare
tripleamia wrote > I know you have the note-fingering but when i do this it goes inside the > staff and it looks crowded and ugly. Is there any way I can make it go > outside? > > > ___ > lilypond-user mailing list > lilypond-user@ > https://lists.g

Re: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Simon Albrecht
On 19.09.2018 01:13, Mark Stephen Mrotek wrote: Triple, Why not just start with a treble clef? In piano music, one avoids that because pianists are so used to the usual clef combination that other constellations are somewhat likely to be overlooked. Best, Simon ___

RE: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Mark Stephen Mrotek
Triple, Why not just start with a treble clef? Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of tripleamia Sent: Tuesday, September 18, 2018 2:56 PM To: lilypond-user@gnu.org Subject: New to Lilypond, how do i change

Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-18 Thread Aaron Hill
On 2018-09-18 3:01 pm, Mia Heaton wrote: I know you have the note-fingering but when i do this it goes inside the staff and it looks crowded and ugly. Is there any way I can make it go outside? Hi Mia, You should be able to use either the _ or ^ prefix to request that a specific fingering go

Re: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Aaron Hill
On 2018-09-18 2:55 pm, tripleamia wrote: I'm working in Frescobaldi, so I have the right hand and left hand, and for the first two measures of the left hand I need to switch from bass to treble bef

I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-18 Thread Mia Heaton
I know you have the note-fingering but when i do this it goes inside the staff and it looks crowded and ugly. Is there any way I can make it go outside? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilyp

New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread tripleamia
I'm working in Frescobaldi, so I have the right hand and left hand, and for the first two measures of the left hand I need to switch from bass to treble before any notes. I'm having difficulty explainin

Re: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread Simon Albrecht
On 15.07.2018 16:38, Trevor wrote: From: lyuser.theg...@spamgourmet.com To: lilypond-user@gnu.org Sent: 15/07/2018 15:19:54 Subject: Re: How do I use \tag? (lyuser: message 5 of 20) Hello Trevor bla = -\markup { Bla } melody = \relative c'' {   c4 d e f ^\bla   c4 d e f ^\tag #&#

Re[2]: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread Trevor
From: lyuser.theg...@spamgourmet.com To: lilypond-user@gnu.org Sent: 15/07/2018 15:19:54 Subject: Re: How do I use \tag? (lyuser: message 5 of 20) Hello Trevor bla = -\markup { Bla } melody = \relative c'' { c4 d e f ^\bla c4 d e f ^\tag #'a \bla % (1) } \keepWith

Re: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread lyuser . thegrue
Hello Trevor > bla = -\markup { Bla } > > melody = \relative c'' { >   c4 d e f ^\bla >   c4 d e f ^\tag #'a \bla % (1) > } > > \keepWithTag #'a \melody > > \removeWithTag #'a \melody > > Hopefully this works in 2.18 too. Yes, it works :) Thank you! Could you please point me to the documentat

Re[2]: How do I use \tag?

2018-07-15 Thread Trevor
'a \melody Hopefully this works in 2.18 too. Trevor -- Original Message -- From: "Pierre Perol-Schneider" To: lyuser.theg...@spamgourmet.com Cc: "Lilypond-User Mailing List" Sent: 15/07/2018 13:39:55 Subject: Re: How do I use \tag? Hi, Does this help ? \version

Re: How do I use \tag?

2018-07-15 Thread Pierre Perol-Schneider
Hi, Does this help ? \version "2.18.2" bla = \markup{Bla} melody = \relative c'' { c4 d e f ^\bla c4 d e f \tag #'a {<>^\bla} % (1) c4 d e f \tag #'a {<>^\bla} % (2) c4 d e f \tag #'a {<>^\bla} % (3) } \keepWithTag #'a \melody \removeWithTag #'a \melody Cheers, Pierre 2018-07-15 14:2

How do I use \tag?

2018-07-15 Thread lyuser . thegrue
Hello! Here on the list you showed me that I can better re-use my lilypond-code by using \tag s. Wonderful :) It's only - I don't understand how. given this very simple piece of code: \version "2.18.2" bla = \markup{Bla} melody = \relative c'' { c4 d e f ^\bla c4 d e f \tag #'a {^\bla} % (1

Re: How do I get TOC on physical page 3?

2018-06-28 Thread Simon Albrecht
Hello Nah, as always it’s hard to help without a minimal example. Basically, you’d do something like \version "2.18" \bookpart {   \markup { Title page }   \pageBreak   \markup \null } \bookpart {   \markup { TOC }   \pageBreak   \markup \null } \bookpart {   \score { c'1 } }

How do I get TOC on physical page 3?

2018-06-28 Thread Nah
I have a cover page with blank reverse side. Then I want the TOC to follow on the next page. But I end up with like 3 blank pages so that the TOC ends up on page 6. With some dubious hacks I was able to get it on page 4, but never on an odd page. When I comment out the cover, the TOC ends up o

How do I ensure enough space between scores?

2018-06-28 Thread Nah
Lilypond sometimes wants to compress too much. I've been adding \markup { \vspace #1 } between scores. It generally works well enough, but seems a crude hack. I have to increase the \vspace or add other dummy markup when I have text immediately preceding a score (e.g. instructions or a descripti

Re: how do i input the fingure?

2018-01-26 Thread Thomas Morley
2018-01-26 22:00 GMT+01:00 Robin Bannister : > Thomas Morley wrote: > >> I'd use the generic tie-markup. >> This is exactly the use-case why I coded tie generic and over/undertie >> derived from it. > > > Well, thanks for these new markups, And thanks to Jan Nieuwenhuizen who first coded the under

Re: how do i input the fingure?

2018-01-26 Thread Robin Bannister
Thomas Morley wrote: I'd use the generic tie-markup. This is exactly the use-case why I coded tie generic and over/undertie derived from it. Well, thanks for these new markups, which I only noticed a few days ago since I am still on 2.18.2. But to get something like his 'wanted poster' your e

Re: how do i input the fingure?

2018-01-26 Thread Thomas Morley
2018-01-26 18:44 GMT+01:00 Robin Bannister : > This is with a recent version of lilypond: > > \version "2.19.80" > { > e''2.\finger \markup \overtie #"52" > } > > > Cheers, > Robin I'd use the generic tie-markup. This is exactly the use-case why I coded tie generic and over/undertie derived from

Re: how do i input the fingure?

2018-01-26 Thread Robin Bannister
This is with a recent version of lilypond: \version "2.19.80" { e''2.\finger \markup \overtie #"52" } Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: how do i input the fingure?

2018-01-26 Thread Mark Stephen Mrotek
\finger \markup \tied-lyric #"5~2" From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of mosea chen Sent: Friday, January 26, 2018 1:15 AM To: lilypond-user@gnu.org Subject: how do i input the fingure

how do i input the fingure?

2018-01-26 Thread mosea chen
[image: 内嵌图片 1] TQ! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do I apply patch files to my LilyPond binary on Windows?

2017-11-14 Thread Simon Albrecht
On 14.11.2017 09:40, Robert Murdoch wrote: Now I'm wondering if I can apply the patch at https://codereview.appspot.com/332990043 to my Windows binary file. No you can’t, since the patch changes the C++ part which is compiled to form the binary. So you’d have to build LilyPond yourself – or in

Re: How do I apply patch files to my LilyPond binary on Windows?

2017-11-14 Thread Robert Murdoch
Understood. Sorry to hear it, though. Well, I'll try waiting out a bit more. Seems the devs are hard at work squashing bugs. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do I apply patch files to my LilyPond binary on Windows?

2017-11-14 Thread Karlin High
On Tue, Nov 14, 2017 at 2:40 AM, Robert Murdoch wrote: Now I'm wondering if I can apply the patch at https://codereview.appspot.com/332990043 to my Windows binary file. The patch is for .cc and .hh files, which to me says "C++ source code." I think it would take a god-like understanding of

How do I apply patch files to my LilyPond binary on Windows?

2017-11-14 Thread Robert Murdoch
Hi, I was wondering if it was possible to apply patch files to binaries on Windows, and if so how to do it. I have been waiting for about a month for LilyPond 2.19.81 where hopefully the problem with the repeat ties in chords will be fixed (in case any reader doesn't know, as of 2.19.80 repe

Re: How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Robert Murdoch
On 20/09/2017 00:15, Thomas Morley wrote: Probably easiest: { \alterBroken staff-padding #'(5 0) TextSpanner c'1\startTextSpan d' \break e' f'\stopTextSpan } Cheers, Harm Thank you. It works perfectly. ___ lilypond-user mailing list l

Re: How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Thomas Morley
gt; staff-padding. > > Unfortunately, after the line break in my score the spanner continues at the > same height as it was on the previous line, as if staff-padding affects > spanners after a line break too. I want the spanner after the break to > revert to 0, but how do I do this? > >

How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Robert Murdoch
anner continues at the same height as it was on the previous line, as if staff-padding affects spanners after a line break too. I want the spanner after the break to revert to 0, but how do I do this? Thanks for reading. ___ lilypond-user mailing

Re: How do I figure out the absolute path of the file currently being executed?

2017-06-24 Thread Urs Liska
Am 24.06.2017 um 12:48 schrieb caag...@gmail.com: > That is, the file where the currently executing function is defined, > not the file it's called from. You can get this from the (*location*) function. You may inspect https://github.com/openlilylib/oll-core/blob/master/internal/os-path.ily (the

How do I figure out the absolute path of the file currently being executed?

2017-06-24 Thread caagr98
That is, the file where the currently executing function is defined, not the file it's called from. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do i set the minimum system space?

2016-08-07 Thread Malte Meyn
Am 07.08.2016 um 00:46 schrieb Philip Bergwerf: This is a alternative notation method called 'Piano_TAB'. Because of the special staff, lilypond does set the space between the system to 0. How can i set the minimum system spacing? I hope you guys know how to do it? It’s not really setting to

Re: How do i set the minimum system space?

2016-08-06 Thread Thomas Morley
2016-08-07 0:46 GMT+02:00 Philip Bergwerf : > Hello everyone, > > I am puzzling with the following code: [...] > How can > i set the minimum system spacing? I hope you guys know how to do it? Hi Philip, your code does not compile GNU LilyPond 2.18.2 Processing `atest-40.ly' Parsing... atest-4

How do i set the minimum system space?

2016-08-06 Thread Philip Bergwerf
ver" \remove "Clef_engraver" } } } %end code This is a alternative notation method called 'Piano_TAB'. Because of the special staff, lilypond does set the space between the system to 0. How can i set the minimum system spacing? I hope you guys know how to do it? Ch

Re: How do I adjust organ pedal marks vertically?

2016-02-19 Thread Michael Rivers
Look out -- here come the urtext police! -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-do-I-adjust-organ-pedal-marks-vertically-tp187454p187466.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

RE: How do I adjust organ pedal marks vertically?

2016-02-19 Thread Joseph N. Srednicki
Phil and Pierre: Thanks for your solutions. They both worked for me. Joe Srednicki -Original Message- From: Phil Holmes [mailto:m...@philholmes.net] Sent: Friday, February 19, 2016 11:09 AM To: Pierre Perol-Schneider ; Joseph N. Srednicki Cc: lilypond-user Subject: Re: How do I

Re: How do I adjust organ pedal marks vertically?

2016-02-19 Thread Simon Albrecht
On 19.02.2016 16:50, Joseph N. Srednicki wrote: I am engraving the final movement of Mendelssohn’s Organ Sonata 6. Just to be sure: Mendelssohn didn’t write any pedal marks, those come from some editor. If you want to make a ‘practical’ edition, then that’s fine; if you’d like to stick to wha

Re: How do I adjust organ pedal marks vertically?

2016-02-19 Thread Phil Holmes
: lilypond-user Sent: Friday, February 19, 2016 4:04 PM Subject: Re: How do I adjust organ pedal marks vertically? Hi Joe, try: -\tweak outside-staff-priority #1 \rheel Cheers, Pierre 2016-02-19 16:50 GMT+01:00 Joseph N. Srednicki : I am engraving the final movement of Mendelssohn’s Organ Sonata

  1   2   3   4   >