Almost certainly a fairly trivial question: in bar 3, how to put the "L" mark above the note, but below the slur?

(There are places where the slur is a long way above the note in question, so that the mark seems much too far from the note to which it is attached.)

\version "2.25.12"

left = \markup { \fontsize #-4 L }

TheBusiness = \relative b' {
  \key fis \minor
  \time 3/8

  cis8\p( fis gis) | %Bar 1
  a8. gis16-. fis8-. | %Bar 2
  gis8( a^\left gis) | %Bar 3
  fis4 cis8 | %Bar 4
}

\score {
  \new Staff {
    \TheBusiness
  }
  \layout {}
}

--
Best wishes -- Peter
--

Reply via email to