lilypond-user
[Top][All Lists]
Advanced

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

placement of objects


From: Christopher Brooks
Subject: placement of objects
Date: Sun, 2 Dec 2012 15:54:42 -0500

I am having trouble understand which items can be places one after another, and which can’t;

 

This works:

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

 

c d e

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

And so does this:

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

 

\mark "pause"

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

But this DOESN’T

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

 

\markup {pause}

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

 

What am I missing here?

 

 

Christopher Brooks

violinist

925 Virginia Avenue

Lancaster, PA 17603

717-291-9123

address@hidden

 


reply via email to

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