Re: Problem keeping acciaccatura slur connected to top note of a chord

2025-06-17 Thread Steve Carlock
g list archives (and/or StackExchange - not sure which). Thanks. -steve carlock On Tue, Jun 17, 2025 at 3:27 PM Knute Snortum wrote: > On Tue, Jun 17, 2025 at 1:18 PM Steve Carlock > wrote: > >> Any ideas what I'm doing wrong? I see the same behavior in both 2.24.4 >

Problem keeping acciaccatura slur connected to top note of a chord

2025-06-17 Thread Steve Carlock
g c' e' >1 \slurNeutral \slurUp \acciaccatura d'8 < g c' e' >1 \once \override Slur.direction = #UP \acciaccatura d'8 < g c' e' >1 } % Thanks in advance for any assistance. -steve carlock test1.pdf Description: Adobe PDF document

Re: Chord Symbols below the staff

2025-03-20 Thread Steve Carlock
Thank you! That makes perfect sense. I had copied and pasted the chords from a different document and overlooked the usage of \chords. On Thu, Mar 20, 2025 at 5:45 PM Valentin Petzel wrote: > Hello Steve, > > > I'm having an issue with most of the chord symbols (except for the No > > Chord)

Chord Symbols below the staff

2025-03-20 Thread Steve Carlock
I'm having an issue with most of the chord symbols (except for the No Chord) being displayed below the staff line. Obviously I've messed something up but I have not been able to figure it out. If someone could please take a look and point me in the right direction, I would appreciate it. Thanks.

Re: Lyrics and Barchecks

2024-04-25 Thread Steve Carlock
.6" > \language "english" > > << > \new Staff { \relative c' { >f8 4 f8 f4 8 f8~ | >4 r4 r2 | >4 4 >%r2 r8 f8 4 | >} > } >\addlyrics { \lyricmode { > This Lit -- tle star -- O -- mine __ | > I sai

Lyrics and Barchecks

2024-04-23 Thread Steve Carlock
I'm confused. Given the following: % \version "2.24.3" \language "english" << \new Staff { \relative c' { f8 4 f8 f4 8 f8~ | 4 r4 r2 | r2 r8 f8 4 | } } \addlyrics { \lyricmode { This Lit -- tle star -- O -- mine __ | \skip | I said | } } >> % I get a barcheck

Re: Tie not working as expected

2023-01-31 Thread Steve Carlock
. Please fix this > by subscribing on https://lists.gnu.org/mailman/listinfo/lilypond-user > > > On 31/01/2023 22:04, Steve Carlock wrote: > > New Lilypond user here. The following code is not working as I expect: > > > > \version "2.24.0&

Tie not working as expected

2023-01-31 Thread Steve Carlock
New Lilypond user here. The following code is not working as I expect: \version "2.24.0" \language "english" \score { << \new Staff { \key d \major \time 4/4 \relative c' { 1 | 1 | g~1 | g2 2 | } } >> \layout { } } I expect to see 4 measures with ties between me