lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image width issue


From: Rajesh Baskar
Subject: Re: Image width issue
Date: Tue, 10 Jan 2023 16:38:58 -0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

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

[Prev in Thread] Current Thread [Next in Thread]