Skip to content
New issue

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

shapeII behaves weirdly #24

Open
jan-warchol opened this issue Jan 13, 2014 · 3 comments
Open

shapeII behaves weirdly #24

jan-warchol opened this issue Jan 13, 2014 · 3 comments
Labels

Comments

@jan-warchol
Copy link
Member Author

Also this: http://lists.gnu.org/archive/html/lilypond-user/2014-02/msg00437.html
(\shapeII notehead-placement doesn't work with ties).

@uliska uliska added the bug label Jul 7, 2014
@IstarIlmaro
Copy link

workaround:
use \attach function for outer control-points
http://lists.gnu.org/archive/html/lilypond-user/2015-07/msg00349.html

@sincere-music
Copy link
Collaborator

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
  >>
}

shapeii-debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants