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:38:32 +0200
User-agent: Opera Mail/12.02 (Win64)


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

... but it will fail with chords
[ ly:pitch? return false of course, for <ees g> ]

\new Staff \relative c' {
       c4. \av <es g> f4  % error
   }


Well ... stop of experimentations for me, for this evening.

--
Gilles



reply via email to

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