help-gnu-music
[Top][All Lists]
Advanced

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

Re: upside-down slur?


From: Mats Bengtsson
Subject: Re: upside-down slur?
Date: Sun, 11 Mar 2001 21:15:52 +0100

Here's an example that actually works (in contrast
to my previous sketch).


  /Mats

smilyTie = \notes {
  \context Voice \outputproperty #(make-type-checker 'tie-interface)
    #'direction = #-1
  \context Voice \outputproperty #(make-type-checker 'tie-interface)
    #'extra-offset = #'(0 . 0.6)
  ~
}

\score{
  \context Staff \notes\relative c'''{
    g8 \smilyTie g ~ g4
  }
  \paper{
    linewidth = -1.0;
  }
}




reply via email to

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