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 <andrew.mussel...@gmail.com> wrote: > 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 I get this error: > > Interpreting music... > the-mountain.ly:7:45: warning: unterminated tie > a'8 g'8 \tuplet 3/1 {f' c' b > ~} c'8 c'2 > > Any clues how to fix these? >