Key and tie questions

2022-06-03 Thread Andrew Musselman
Hi all, I'm not seeing a key signature show up when I do this: ```\version "2.22.2" \relative \key d \major { << { a'8 g'8 \tuplet 3/1 {f' c' b} c'8 c'2 } >> }``` and when I try to put a tie between the triplet and the next note and put a tilde after the `b` in the triplet

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
I got a beam by adding `\(` and `\)` around the b and c, looks good. Still curious why key sig is not showing up. On Fri, Jun 3, 2022 at 9:38 AM Andrew Musselman wrote: > Hi all, I'm not seeing a key signature show up when I do this: > > ```\version "2.22.2" >

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
Okay subtle but I do see the difference; thank you On Fri, Jun 3, 2022 at 10:07 AM David Kastrup wrote: > Andrew Musselman writes: > > > I got a beam by adding `\(` and `\)` around the b and c, looks good. > > That's not a beam but a phrasing slur, and at that point in

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
page... Drawing systems... Converting to `the-mountain.pdf'... Success: compilation successfully completed On Fri, Jun 3, 2022 at 10:09 AM Andrew Musselman wrote: > Okay subtle but I do see the difference; thank you > > On Fri, Jun 3, 2022 at 10:07 AM David Kastrup wrote: > >&g

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
; % score 1 that yields the warning and prints nothing (hence no key > signature) > > \key d \major > > > > % score 2 > > { a } > > > > This works: > > > > \version "2.22.2" > > \relative { > > \key d \major a > &

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
I have gotten to where I can do what I intended to do today and now I may have the patience to read. Thank you for all your help! On Fri, Jun 3, 2022 at 10:25 AM Carl Sorensen wrote: > > > On Fri, Jun 3, 2022 at 11:16 AM Andrew Musselman < > andrew.mussel...@gmail.com> wrot