lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar number moves down inexplicably


From: Noeck
Subject: Re: Bar number moves down inexplicably
Date: Mon, 1 Feb 2016 10:56:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Chris,

> Begs the question what the "comment" symbol means if text after it on
> the line is parsed...

It is not, there are just two kinds of comments:
http://www.lilypond.org/doc/v2.19/Documentation/learning/working-on-input-files

% line comment

%{
  block comment
%}

In the mail above: '% { ...' is a line comment and '%{ ...' is a block
comment. This is a neat trick for quickly (un-)commenting blocks.

More verbose:
State a)
%{  this is commented
    this too, next line ends the comment block
%}

State b)
% { this is a line comment
    this is not commented, next line has no effect
%}


Cheers,
Joram



reply via email to

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