lilypond-user
[Top][All Lists]
Advanced

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

Re: Possible feature request for 'q' shorthand or tie syntax


From: Gilles
Subject: Re: Possible feature request for 'q' shorthand or tie syntax
Date: Thu, 20 Sep 2012 23:20:03 +0200
User-agent: Opera Mail/12.02 (Win64)


av = #(define-music-function (parser location x) (ly:music?)
  #{
   \changePitch \samePitch { c8 ~ c4 } $x
  #})

But of course, for this example, this will work without any added file :-)

av = #(define-music-function (parser location x) (ly:pitch?)
 #{
   $x 8 ~ $x 4
 #})

\new Staff \relative c' {
   c4. \av es f4
   fis4. \av fis g4
}


--
Gilles



reply via email to

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