Hi Jean,

I don't know if I'm doing this wrong as suggested by you, but I'm still not getting the results.

\version "2.22.0" \language english \header {tagline = ##f} \score {\new Staff \with {\omit TimeSignature}
               {\set Staff.midiInstrument = #"Acoustic Grand"
                \key c \major \time 5/1 \clef bass g,1 a,
                 \tweak transparent ##t b,
                 c d \bar "||"}
               \layout {\context { \Score proportionalNotationDuration = #(ly:make-moment 1/2) } } \midi { \tempo 1 = 72}}


\version "2.22.0"
\language english
RedDotMarkup = \markup \with-color "#FF0000" \vcenter \fontsize #-1 \musicglyph "dots.dot"
RedDot =
  \tweak text \RedDotMarkup
  \tweak stencil #ly:text-interface::print
  \tweak staff-position #0
  \etc

\header {
  tagline = ##f
}

\score {
  \new Staff \with { \omit TimeSignature }
  {
    \set Staff.midiInstrument = #"acoustic grand"
    \key c \major
    \time 5/1
    \clef bass
    g,1 a,
    \RedDot b,
    c d
    \bar "||"
  }
  \layout {
    \context {
      \Score proportionalNotationDuration = #(ly:make-moment 1/2)
    }
  }
}

issue
On 1/10/2023 1:58 PM, Jean Abou Samra wrote:
\tweak transparent ##t

Reply via email to