We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate these: http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00839.html http://lists.gnu.org/archive/html/lilypond-devel/2013-11/msg00290.html http://lists.gnu.org/archive/html/lilypond-user/2014-01/msg00462.html
The text was updated successfully, but these errors were encountered:
Also this: http://lists.gnu.org/archive/html/lilypond-user/2014-02/msg00437.html (\shapeII notehead-placement doesn't work with ties).
\shapeII
Sorry, something went wrong.
workaround: use \attach function for outer control-points http://lists.gnu.org/archive/html/lilypond-user/2015-07/msg00349.html
Here’s a somewhat minimal example of a seemingly related problem.
\version "2.19.47" \include "notation-snippets/shaping-bezier-curves/shapeII.ily" #(ly:set-option 'debug-skylines #t) \paper { %annotate-spacing = ##t #(set-paper-size "a5" 'landscape) } %{ shapeII = #(define-music-function (all-specs item) (list? symbol-list-or-music?) (propertyTweak 'color red item)) %} right = \relative { \voiceOne R1*5 \break R1 r4 \shapeII #'((h 0 1.2)(p 30 0.4)(p 30 0.4)(h)) Slur r8 g'( fis4) r8 g( fis4) r8 g( fis4) r8 g( fis4) r8 fis r2 R1*2 \break R1*5 } left = \relative { R1*15 } \score { << \new Staff = "right" \right \new Staff = "left" \left >> }
No branches or pull requests
Investigate these:
http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00839.html
http://lists.gnu.org/archive/html/lilypond-devel/2013-11/msg00290.html
http://lists.gnu.org/archive/html/lilypond-user/2014-01/msg00462.html
The text was updated successfully, but these errors were encountered: