lilypond-user
[Top][All Lists]
Advanced

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

Dotted notes


From: foxfanfare
Subject: Dotted notes
Date: Tue, 17 Apr 2018 14:34:24 -0700 (MST)

I struggle on this:

\version "2.19.80"

\paper {
  #(set-paper-size "a7")
}
\bookpart {

  \score {
    \relative c' {
      \cadenzaOn
      \omit Staff.TimeSignature     
      c1.^"Default" d4.. e8... f16....
    }
  }
}

\bookpart {
  
  \paper {
    #(define fonts
    (set-global-fonts
      #:music "beethoven"
      #:brace "beethoven"
      #:factor (/ staff-height pt 20)
  ))
  }
  \score {
    
   \relative c' {
     \cadenzaOn
     \omit Staff.TimeSignature
     
     c1.^"New Font" d4.. e8... f16.... \bar "" \break
     
     \override Staff.Dots.font-size = #-1.5
     %closer to note head:
     \override Staff.Dots.extra-offset = #'(-0.1 . 0)
     
     c1.^"Some Changes ?" d4.. e8... f16....
     
   }
  }
}

\layout {
  ragged-right = ##t
}

When the font is changed, the dotted notes doesn't avoid the flags as it did
with default emmentaler!
I think it could be solved by settting some "padding" for the flags, but I
wasn't able to find this command! (?)

Also, when playing with their options, I was able to find a way to make them
smaller and closer to the notehead (extra-offset) but I am unable to find
the solution get the following dots closer to each other! 

Any suggestions?



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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