On Thu, Mar 14, 2013 at 2:51 PM, Pierre Perol-Schneider
<[email protected]> wrote:
>
>> I want to place the mark over some specific time within the bar, e.g. at
>> the third quarter in a 4/4.
>
>  then simply add a hidden bar :
>
> {
>    c c c
>    \bar ""
>    \mark\default
>    c
> }

uh, you don't need that hidden bar:

{
  c c c
  \mark\default
  c
}

works as well.
Maybe you're using some ancient version of LilyPond?  You should be
using 2.16.2.

hth,
Janek

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to